26 lines
263 B
Plaintext
26 lines
263 B
Plaintext
# 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/
|