mybuddy/.gitignore

26 lines
298 B
Plaintext
Raw Normal View History

2020-01-19 16:49:45 +00:00
# Coverage testing files.
2017-10-22 18:43:09 +00:00
.coverage
2017-11-11 22:02:47 +00:00
/htmlcov
2017-10-22 18:43:09 +00:00
2020-01-19 16:49:45 +00:00
# SQLite database file.
*.sqlite3
2020-01-19 16:49:45 +00:00
# Environment files.
.env
docker.env
2020-01-19 16:49:45 +00:00
# IDE configuration files.
2019-02-03 18:59:13 +00:00
/.idea
2020-01-19 16:49:45 +00:00
# Node development dependencies.
/node_modules
2020-01-19 16:49:45 +00:00
# Python files.
2017-08-11 18:32:02 +00:00
*.pyc
2017-08-13 19:29:28 +00:00
2020-01-19 16:49:45 +00:00
# App static file folders.
/*/static
2020-01-19 16:49:45 +00:00
# Django media root folder.
/media