Blog/.dockerignore

26 lines
263 B
Plaintext
Raw Normal View History

2021-12-22 14:16:33 +01:00
# 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/
# git related
.editorconfig
.gitattributes
.gitignore
.gitmodules
# VSCode
.vscode/