Initial upload for secondary development
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Runtime/private data
|
||||
.env
|
||||
*.env
|
||||
knowledge*.db
|
||||
__pycache__/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Code signing certificates and private keys
|
||||
certs/
|
||||
*.pfx
|
||||
*.p12
|
||||
*.pvk
|
||||
*.key
|
||||
*.cer
|
||||
*.crt
|
||||
|
||||
# Build outputs
|
||||
$dest/
|
||||
.backend-*/
|
||||
electron-launcher/dist/
|
||||
electron-launcher/build-resources/
|
||||
electron-launcher/build/
|
||||
chatlab-web/frontend/dist/
|
||||
chatlog_fastAPI/build/
|
||||
chatlog_fastAPI/dist/
|
||||
|
||||
# Keep only the latest shipped installer artifacts in release/
|
||||
release/*
|
||||
!release/ChatLab-Setup-1.0.1-202605310641.exe
|
||||
!release/ChatLab-Setup-1.0.1-202605310641.exe.blockmap
|
||||
!release/manifest.txt
|
||||
Reference in New Issue
Block a user