Blog/.dockerignore

31 lines
336 B
Plaintext
Raw Normal View History

2021-12-22 14:16:33 +01:00
# Common
README.md
CHANGELOG.md
docker-compose.yml
Dockerfile
2022-01-03 09:12:22 +01:00
LICENSE
2021-12-22 14:16:33 +01:00
# 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/
2022-01-03 09:12:22 +01:00
# markdownlint dot files
.markdownlint.json
.markdownlintignore