kpsul/.gitignore
Martin Pépin cb1d253517 Local development settings
- Add a new settings file for local development
- Update README.md according to the new setup
2017-08-09 22:17:27 +01:00

17 lines
116 B
Plaintext

*.pyc
*.swp
*.swo
cof/settings.py
settings.py
*~
venv/
.vagrant
/src
media/
*.log
*.sqlite3
# PyCharm
.idea
.cache