summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7f7b18e85411c51476fb5731175c1f64da44da3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
node_modules/
dist/
*.tsbuildinfo
.DS_Store
.vercel
_site/
*.log
package-lock.json

# .vscode files other than at top-level
**/.vscode

# do not commit .env files or any files that end with `.env`
*.env

!packages/astro/vendor/vite/dist