chore: init monorepo
This commit is contained in:
29
apps/csms/.gitignore
vendored
Normal file
29
apps/csms/.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
.tsbuildinfo
|
||||
|
||||
# Runtime
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# IDE
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
!.vscode/*.code-snippets
|
||||
.idea/workspace.xml
|
||||
.idea/usage.statistics.xml
|
||||
.idea/shelf
|
||||
|
||||
# Package managers
|
||||
.yarn/
|
||||
!.yarn/releases
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user