site-library/.gitignore
2025-12-30 23:33:33 +01:00

34 lines
376 B
Plaintext

# Build output
dist/
# Dependencies
node_modules/
.cache/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
imagetools-manifest.json
app.log
.astro
# Environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# VS Code settings
.vscode/
# Other editor/IDE settings
.idea/
*.iml
# Temporary/system files
*.swp
*.tmp
Thumbs.db
releases