Initial qiwei secondary development handoff
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
|
||||
# Frontend build output
|
||||
frontend/dist/
|
||||
|
||||
# Wails / build output
|
||||
build/bin/
|
||||
build/tmp/
|
||||
build/windows/installer/runtime/
|
||||
*.syso
|
||||
|
||||
# Go cache and test output
|
||||
.gocache/
|
||||
*.test
|
||||
*.out
|
||||
coverage.out
|
||||
|
||||
# Runtime data and logs
|
||||
Log/
|
||||
**/Log/
|
||||
*.log
|
||||
operations/*_operations.json
|
||||
config/client_status.json
|
||||
helper/config/client_status.json
|
||||
config/knowledge/embedding_index.json
|
||||
|
||||
# Local/editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Keep release assets intentionally copied for handoff.
|
||||
!release/
|
||||
!release/**
|
||||
frontend/.npm-cache/
|
||||
frontend/**/.npm-cache/
|
||||
tools/**/.gocache*/
|
||||
helper/**/.gocache*/
|
||||
Reference in New Issue
Block a user