| 123456789101112131415161718192021222324252627 |
- # Plugin-specific ignores
- node_modules/
- .env
- .env.*
- *.key
- *.token
- secrets/
- keys/
- # Build outputs
- dist/
- build/
- *.tsbuildinfo
- # Logs
- *.log
- logs/
- # Cache
- .cache/
- .parcel-cache/
- # Temporary files
- tmp/
- temp/
- *.tmp
- *.temp
|