Skip to content

Commit

Permalink
chore: deps handling (#166)
Browse files Browse the repository at this point in the history
* prisma

* restructure

* prisma working

* gitignore
  • Loading branch information
potts99 authored Aug 31, 2023
1 parent 55c7351 commit 0dd3ef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
node_modules
.pnp
.pnp.js
.yarn
.pnp.cjs
.pnp.loader.mjs

# testing
coverage
Expand Down Expand Up @@ -36,4 +39,5 @@ yarn-error.log*
.vercel

# Typescript build
dist
dist

0 comments on commit 0dd3ef0

Please sign in to comment.