20 lines
230 B
Plaintext
20 lines
230 B
Plaintext
# Dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
|
|
# Generated local caches
|
|
public/assets/banners/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# Local logs and scratch
|
|
*.tmp
|
|
*.log
|