v1: delete old repo, initalize monorepo structure, config, database, and api packages basic setup
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,3 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
.pnp
|
||||
@@ -27,6 +25,8 @@ out/
|
||||
build
|
||||
dist
|
||||
|
||||
# Prisma
|
||||
generated
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
|
||||
Reference in New Issue
Block a user