type等
This commit is contained in:
56
urbanLifelineWeb/.gitignore
vendored
Normal file
56
urbanLifelineWeb/.gitignore
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
.vscode/chrome-debug-profile
|
||||
packages/*/node_modules
|
||||
node_modules
|
||||
docs
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
.pnpm-debug.log
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
**/dist/
|
||||
**/build/
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Local development
|
||||
.cache/
|
||||
.temp/
|
||||
.turbo/
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
**/coverage/
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user