Setup initial project
This commit is contained in:
commit
db79af06f7
119 changed files with 20761 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
node_modules
|
||||
dist
|
||||
.next
|
||||
.turbo
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
.env.local
|
||||
coverage
|
||||
.nyc_output
|
||||
mongo-data
|
||||
|
||||
# Compiled output that may land in source dirs
|
||||
packages/*/src/**/*.js
|
||||
packages/*/src/**/*.js.map
|
||||
packages/*/src/**/*.d.ts
|
||||
packages/*/src/**/*.d.ts.map
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue