Add Minimal Dockerfile
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# Ignore .git
|
||||
.git
|
||||
|
||||
# Ignore Test and Coverage Outputs
|
||||
.htmlcov
|
||||
.coverage
|
||||
tests/.pytest*
|
||||
|
||||
# Ignore Configuration and JS/CSS source Files
|
||||
config/
|
||||
|
||||
# Ignore Databases
|
||||
*.db
|
||||
|
||||
# Ignore node_packages
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user