61 lines
704 B
Plaintext
61 lines
704 B
Plaintext
# Betriebssystem
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
Desktop.ini
|
|
*~
|
|
|
|
# Editor und IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Abhängigkeiten und Pakete
|
|
node_modules/
|
|
bower_components/
|
|
jspm_packages/
|
|
|
|
# Build-Artefakte
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.nuxt/
|
|
|
|
# Umgebungs- und Konfigurationsdateien
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Cache und temporäre Dateien
|
|
.cache/
|
|
.parcel-cache/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm/
|
|
.yarn-integrity
|
|
.pnp.*
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# Test- und Coverage-Dateien
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# KI-Werkzeuge
|
|
.claude/
|
|
.codex/
|
|
.cursor/
|
|
.copilot/
|