19 lines
164 B
Plaintext
19 lines
164 B
Plaintext
# Docker ignore file
|
|
node_modules
|
|
npm-debug.log
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.nyc_output
|
|
coverage
|
|
.nyc_output
|
|
dist
|
|
logs
|
|
*.log
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|