Add docker files to gitignore (#6507)

* add docker files to gitignore

* Update .gitignore
This commit is contained in:
Hugh A. Miles II 2018-12-16 21:24:16 -08:00 committed by GitHub
parent 5bac723df4
commit e2854994ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -45,6 +45,13 @@ yarn-error.log
venv
@eaDir/
# Docker
./Dockerfile
./docker-build.sh
./docker-compose.yml
./docker-entrypoint.sh
./docker-init.sh
# Test data
celery_results.sqlite
celerybeat-schedule