init
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
urbanLifeline
|
||||
Tik
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
.tmp-run/
|
||||
|
||||
**/target/
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/.turbo/
|
||||
**/.cache/
|
||||
**/.pytest_cache/
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
frontend/pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user