Add git ignores
This commit is contained in:
parent
2ae2d51629
commit
d825a0347f
1 changed files with 5 additions and 1 deletions
6
leaky-ships/.gitignore
vendored
6
leaky-ships/.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue