first pass
This commit is contained in:
47
templates/nodejs/express/.dockerignore.template
Normal file
47
templates/nodejs/express/.dockerignore.template
Normal file
@@ -0,0 +1,47 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.tar
|
||||
*.tar.gz
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Test & Coverage
|
||||
coverage
|
||||
.nyc_output
|
||||
*.test.js
|
||||
*.spec.js
|
||||
__tests__
|
||||
|
||||
# Build artifacts
|
||||
dist
|
||||
build
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
README.DOCKER.md
|
||||
CHANGELOG.md
|
||||
docs
|
||||
|
||||
# Docker files (don't include in image)
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
docker-compose.yaml
|
||||
.dockerignore
|
||||
docker-deployment.json
|
||||
|
||||
# Scripts
|
||||
*.ps1
|
||||
*.sh
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user