Beta / gitignore
Rox-Turbo's picture
Upload 21 files
fd9a558 verified
raw
history blame contribute delete
814 Bytes
# Dependencies
node_modules/
# Environment files (contain secrets)
.env
.env.local
.env.*.local
.env.production
.env.development
# Uploaded files
uploads/*
!uploads/.gitkeep
!uploads/gitkeep
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS files
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db
Desktop.ini
# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*~
*.sublime-workspace
*.sublime-project
# Build artifacts
dist/
build/
out/
.next/
.nuxt/
# Coverage and testing
coverage/
tests/
.nyc_output/
*.lcov
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Package manager locks (keep package-lock.json)
yarn.lock
pnpm-lock.yaml
# Debug
*.pid
*.seed
*.pid.lock
# Dev files
jsconfig.json
*.md
!README.md