41 lines
355 B
Plaintext
41 lines
355 B
Plaintext
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
**/dist/
|
|
.astro/
|
|
**/.astro/
|
|
build/
|
|
**/build/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
logs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.cache/
|