summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 54ecb61d659ac5beeeadbbd29fd296ea52ec91de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
*.*~
*.swp
*.swo
*.pyc
*.bkp

tmp/
static/log/
static/tmp/

#Database
db.sqlite3

# Django Migration files
migrations/

#MAC OS specific
.DS_Store