26 lines
287 B
Plaintext
26 lines
287 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Environment Variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Build Output
|
|
dist/
|
|
build/
|
|
|
|
# IDE and Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Operating Systems
|
|
.DS_Store
|
|
Thumbs.db |