79 lines
1.1 KiB
Plaintext
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* |