You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
456 B
Plaintext
41 lines
456 B
Plaintext
#bower_components
|
|
node_modules
|
|
|
|
# Ignore automatically generated cruft
|
|
*.log
|
|
.sass-cache
|
|
|
|
|
|
# Operating system files
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.DS_Store
|
|
.DS_Store?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
#PYC
|
|
*.pyc
|
|
|
|
#VIRTUALENV
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# django static (collected by django)
|
|
/static
|
|
|
|
#local db, must run migrations on production to sync
|
|
dev.db
|
|
data.json
|
|
|
|
#credentials
|
|
credentials.sh
|
|
|
|
#local settings
|
|
**/local_settings.py
|
|
**/local_urls.py |