29 lines
275 B
Text
29 lines
275 B
Text
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist/
|
||
|
|
.astro/
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Docker files (don't need to copy themselves)
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Development files
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|