adds basic ignore and config files
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@ -0,0 +1,16 @@
|
||||
# Common
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
|
||||
# Node
|
||||
## Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
## Dependency directories
|
||||
node_modules/
|
Reference in New Issue
Block a user