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.
#logs
# logs
/log
# prisma
/prisma/migrations
# dependencies
/node_modules
/.pnp
@ -29,6 +32,7 @@ yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env*.local
# vercel