Skip to content

Commit

Permalink
update dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Apr 1, 2020
1 parent ec23e4e commit d6a4e5e
Showing 1 changed file with 142 additions and 0 deletions.
142 changes: 142 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
npm-debug.log
assets
build
devtools
docs
node_modules
tasks
test
lib
nootebooks
development
.*

.DS_Store
.env
.env.test
.env.production
.env.development
.idea/
.happypack/
public/static/
public/*
coverage/
.nyc_output/
artifacts/
tmp/
*.md

npm-debug.log
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.idea/
.idea/workspace.xml
bin/
pyenv.cfg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
.webassets-cache

# Scrapy stuff:
.scrapy


# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

/Include
include/
/Scripts
/Lib
/tcl
pip-selfcheck.json
share/
etc/

.vs/
*.pyproj
*.sln
pyvenv.cfg
.gitattributes

0 comments on commit d6a4e5e

Please sign in to comment.