17 lines
226 B
Plaintext
17 lines
226 B
Plaintext
# Ignore node_modules - Docker will rebuild them inside
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
*.log
|
|
|
|
# Ignore environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Ignore OS/editor cruft
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.vscode
|
|
.idea
|