1
0
Fork 0
satnogs-network/.gitignore

32 lines
289 B
Plaintext
Raw Normal View History

2014-08-26 13:36:38 -06:00
# Basics
*.py[cod]
*.pyc
__pycache__
2014-12-19 06:06:58 -07:00
.env
.cache
2014-08-26 13:36:38 -06:00
# Logs
*.log
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
2014-10-16 07:38:41 -06:00
# Sqlite
*.db
*.sqlite
2014-12-19 06:06:58 -07:00
*.sqlite3
2014-10-16 07:38:41 -06:00
2015-03-10 09:01:22 -06:00
# Media & Static
2014-10-16 07:38:41 -06:00
media
2015-03-10 09:01:22 -06:00
/staticfiles/*
node_modules
2017-08-24 09:15:17 -06:00
yarn-error.log
2017-12-24 12:15:03 -07:00
*.css.map
.sass-cache
2017-09-27 11:04:18 -06:00
# Celery
celerybeat-schedule