31 lines
284 B
Plaintext
31 lines
284 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Coverage and test output
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Optional: IDE/config files
|
|
.vscode/
|
|
.idea/
|
|
|
|
|
|
.env |