Private
Public Access
1
0
Files
star-wars-wild-space/.clineignore
2026-03-30 11:27:57 +02:00

79 lines
1.1 KiB
Plaintext

# ===========================
# DEPENDENCIES
# ===========================
node_modules/
**/node_modules/
.pnp
.pnp.js
bower_components/
# ===========================
# BUILD & COMPILED OUTPUT
# ===========================
dist/
build/
out/
.next/
.nuxt/
.output/
.svelte-kit/
target/
bin/
obj/
# ===========================
# JS / TS CACHES
# ===========================
.cache/
.parcel-cache/
.turbo/
.eslintcache
*.tsbuildinfo
tsconfig.tsbuildinfo
.webpack/
# ===========================
# TEST & COVERAGE
# ===========================
coverage/
.nyc_output/
test-results/
playwright-report/
# ===========================
# ENVIRONMENT & SECRETS
# ===========================
*.pem
*.key
secrets/
# ===========================
# LARGE / BINARY FILES
# ===========================
*.csv
*.xlsx
*.sqlite
*.db
*.sql
*.zip
*.tar.gz
*.gif
*.mp4
*.mp3
*.pdf
# ===========================
# IDE & OS FILES
# ===========================
.idea/
.vscode/
*.DS_Store
Thumbs.db
# ===========================
# LOGS
# ===========================
*.log
logs/
npm-debug.log*
yarn-debug.log*