Skip to content

Commit

Permalink
Update .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyria authored Mar 7, 2020
1 parent 90bb932 commit 39e06e6
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#python stuff
__pycache__
*.pyc
*.pyo
Expand All @@ -16,22 +17,19 @@ pip-delete-this-directory.txt
nosetests.xml
coverage.xml
*,cover
*.log
.git
node_modules

# Project specific
.azure-pipelines.yml
.eslintrc.json
.gitattributes
.gitignore
.pylintrc
.vscode
tmp
*.sqlite

# celery stuff
*.log
.git
celerybeat-schedule.db

# configs
config.py

# docker stuff...
Dockerfile
Dockerfile
tmp
node_modules

0 comments on commit 39e06e6

Please sign in to comment.