mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-04 21:31:23 +08:00
first commit
This commit is contained in:
+64
@@ -0,0 +1,64 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
|
||||
# Frontend build output
|
||||
/frontend/dist/
|
||||
/web/
|
||||
|
||||
# Go embedded frontend build output.
|
||||
# Keep only the placeholder so `go build` can compile before frontend assets exist.
|
||||
backend/internal/server/web/*
|
||||
!backend/internal/server/web/.gitkeep
|
||||
|
||||
# Build artifacts
|
||||
/build/
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
*.prof
|
||||
|
||||
# Local deploy and debug scripts
|
||||
deploy.py
|
||||
check_*.py
|
||||
reset_pass.py
|
||||
|
||||
# Runtime/config data
|
||||
.clicd/
|
||||
config.json
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Environment and secrets
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
*.key
|
||||
id_rsa*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Go
|
||||
backend/vendor/
|
||||
backend/tmp/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user