15 lines
211 B
Text
15 lines
211 B
Text
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
|