Don't comit binary files such as pickle files or SQLite files
parent
8ead84efd9
commit
5ae0c56af2
|
|
@ -9,6 +9,9 @@ virtualenv/
|
|||
.pyenv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pickle
|
||||
*.p
|
||||
wordfreqapp.db
|
||||
app/__init__.py
|
||||
app/__pycache__/
|
||||
.DS_Store
|
||||
|
|
@ -21,6 +24,7 @@ app/static/frequency/frequency_*.pickle
|
|||
app/static/frequency/frequency.p
|
||||
app/wordfreqapp.db
|
||||
app/db/wordfreqapp.db
|
||||
app/static/wordfreqapp.db
|
||||
app/static/donate-the-author.jpg
|
||||
app/static/donate-the-author-hidden.jpg
|
||||
app/model/__pycache__/
|
||||
|
|
|
|||
Loading…
Reference in New Issue