tschau-sepp/.gitignore
2026-05-01 23:22:57 +02:00

82 lines
No EOL
807 B
Text

# Dependencies
node_modules/
.pnp/
.pnp.js
yarn-debug.log
yarn-error.log
# Build outputs
dist/
build/
out/
*.br
*.bundle
*.zip
.nuxt/
.nuxt-dev/
# Testing
coverage/
.nyc_output/
test-results/
# Environment
.env
.env.local
.env.*.local
*.env*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
.*~
.project
.settings/
.classpath
# OS
.DS_Store
Thumbs.db
*.pem
.AppleDouble
.Spotlight-V100
.Trashes
evidence/
.AppleDouble
# Lock files (if you prefer to track dependencies)
package-lock.json
yarn.lock
pnpm-lock.yaml
# TypeScript
*.tsbuildinfo
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Temporary files
.tmp/
*.tmp
*.temp
.cache/
npm-cache/
yarn-cache/
.eslintcache
.stylelintcache
.prettiercache
# Misc
*.bak
*.backup
*.sublime-*
.sass-cache
parcel-cache.json
.pnp.*