← back to Designer Wallcoverings

DW-Agents/.gitignore

54 lines

# Dependencies
node_modules/
package-lock.json
yarn.lock

# Test coverage
coverage/
*.lcov
.nyc_output/

# Build output
dist/
build/

# Environment files
.env
.env.local
.env.*.local
.env.*
!.env.example

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Test results
test-results/
junit.xml
test-report.html

# Temporary files
tmp/
temp/
*.tmp

# PM2
.pm2/
.next/
*.bak