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

# .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