generated from polymech/site-template
34 lines
376 B
Plaintext
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
|