32 lines
257 B
Text
32 lines
257 B
Text
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
yarn-error.log
|
|
npm-debug.log
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
|
|
# IDE/Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Cache
|
|
.cache/
|
|
.npm/
|