Sith/.gitignore

16 lines
160 B
Plaintext
Raw Normal View History

2015-11-18 09:44:06 +01:00
db.sqlite3
*.log
2015-11-18 09:44:06 +01:00
*.pyc
*.mo
2015-11-18 09:44:06 +01:00
*__pycache__*
.DS_Store
2018-10-05 23:03:45 +02:00
.vscode/
env/
2016-01-29 16:23:41 +01:00
doc/html
2016-03-28 14:54:35 +02:00
data/
2016-12-26 01:59:54 +01:00
/static/
2016-09-12 14:03:03 +02:00
sith/settings_custom.py
2016-12-19 19:58:51 +01:00
sith/whoosh_index/
.coverage
coverage_report/