aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b892b290dc8ba0169d609d08594778962f1e1038 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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