diff options
| author | Adam Johnson <me@adamj.eu> | 2021-05-26 10:30:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 11:30:13 +0200 |
| commit | 6aabe27574a74008f894c24b2ee0c2a01016129a (patch) | |
| tree | f0fda6ecde9abfc7b3860472a0c37fbdc0ec11c2 /.gitignore | |
| parent | 95e698a32af13b81d7ce14f8bf5397ff6e88a846 (diff) | |
Added 'data' dir to gitignore (#1094)
This is created by `docker-compose up -d` which sets `DJANGOPROJECT_DATA_DIR=./data`.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ __pycache__ +data *.pyc *.db locale/*/LC_MESSAGES/django.mo |
