Files
Salam-vsem 2b72f5407b init
2025-05-24 19:02:39 +03:00

52 lines
446 B
Plaintext

# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build
dist/
build/
.next/
out/
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
# Temporary files
*.tmp
*.temp
.cache/
# Debug
.debug/
# Misc
.DS_Store
*.pem
.env.local
.env.development.local
.env.test.local
.env.production.local