forked from Shared/esg
Add .dockerignore
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# Versioning and metadata
|
||||
.git/
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
# Build dependencies
|
||||
dist/
|
||||
node_modules/
|
||||
coverage
|
||||
|
||||
# Environment (contains sensitive data)
|
||||
.env
|
||||
|
||||
# Files not required for production
|
||||
.editorconfig
|
||||
Dockerfile
|
||||
README.md
|
||||
.eslintrc.js
|
||||
nodemon.json
|
||||
|
||||
docker-compose*
|
||||
LICENSE
|
||||
*.md
|
||||
.sonarcloud*
|
||||
.editorconfig
|
||||
commitlint*
|
||||
*.gql
|
||||
Reference in New Issue
Block a user