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.
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue