🙈 add .gitignore

This commit is contained in:
SindreKjelsrud 2023-08-22 15:57:44 +02:00
parent 0ebc0693cf
commit 688a9cefca

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# VS Code
.vscode/
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# typescript
*.tsbuildinfo
next-env.d.ts