Files
fabula-ultima-html/.gitignore
2026-06-05 02:38:42 +00:00

47 lines
393 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Build output
dist/
build/
out/
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids/
*.pid
*.seed
# Coverage
coverage/
.nyc_output/
# Cache
.npm
.eslintcache
.parcel-cache
.cache/
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/settings.json
.idea/
*.swp
*.swo