chore: initialize tuhui repository
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/playwright-report/
|
||||
frontend/.vite/
|
||||
frontend/.cache/
|
||||
|
||||
# backend
|
||||
backend/.env
|
||||
backend/__pycache__/
|
||||
backend/app/__pycache__/
|
||||
backend/*.db
|
||||
backend/uploads/
|
||||
backend/.pytest_cache/
|
||||
backend/.mypy_cache/
|
||||
backend/.ruff_cache/
|
||||
|
||||
# runtime data
|
||||
uploads/
|
||||
*.log
|
||||
*.pid
|
||||
|
||||
# local/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# legacy/backup project not in active deployment
|
||||
nitu/
|
||||
Reference in New Issue
Block a user