22 lines
193 B
Plaintext
22 lines
193 B
Plaintext
# Build output
|
|
dist/
|
|
.astro/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/settings.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|