Add git ignores

This commit is contained in:
aronmal 2023-02-14 21:00:18 +01:00
parent 2ae2d51629
commit d825a0347f
Signed by: aronmal
GPG key ID: 816B7707426FC612

View file

@ -1,8 +1,11 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#logs # logs
/log /log
# prisma
/prisma/migrations
# dependencies # dependencies
/node_modules /node_modules
/.pnp /.pnp
@ -29,6 +32,7 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# local env files # local env files
.env
.env*.local .env*.local
# vercel # vercel