29 lines
232 B
Plaintext
29 lines
232 B
Plaintext
# Node.js
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE/Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
|
|
# Others
|
|
*.log
|