Private
Public Access
1
0
Files
rowsandall/.gitignore
Sander Roosendaal 21523988aa gitignore change
2019-01-02 12:51:34 +01:00

41 lines
436 B
Plaintext

# cache
/django_cache/
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
# coverage folder
/htmlcov/
.coverage
# CSV files
/media/
# static plots
/static/plots
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
# Emacs temp files
*.*~
\#*
# database
*.sqlite3
# manage.py
manage.py
# migrations
/rowers/migrations/
/cvkbrno/migrations/
# secrets
config.yaml