Skip to content

Commit

Permalink
Add docker files to gitignore (#6507)
Browse files Browse the repository at this point in the history
* add docker files to gitignore

* Update .gitignore
  • Loading branch information
hughhhh committed Dec 17, 2018
1 parent 5bac723 commit e285499
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -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
Expand Down

0 comments on commit e285499

Please sign in to comment.