initial commit & scaffold
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Node
|
||||
node_modules/
|
||||
packages/*/node_modules/
|
||||
.pnpm-store/
|
||||
.pnpm-debug.log
|
||||
pnpm-lock.yaml
|
||||
|
||||
# TypeScript
|
||||
dist/
|
||||
**/dist/
|
||||
**/*.tsbuildinfo
|
||||
|
||||
# Go
|
||||
**/vendor/
|
||||
**/*.exe
|
||||
**/*.out
|
||||
|
||||
# Misc
|
||||
.env
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user