mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-19 09:27:21 +02:00
Update .gitignore
This commit is contained in:
+24
-1
@@ -1,30 +1,48 @@
|
|||||||
# Runtime data
|
# Runtime data
|
||||||
data/
|
data/
|
||||||
|
chat_uploads/
|
||||||
*.db
|
*.db
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
*.db-journal
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
# Local configuration and secrets
|
# Local configuration and secrets
|
||||||
config.yaml
|
config.yaml
|
||||||
config.local.yaml
|
config.local.yaml
|
||||||
|
config.yaml.backup
|
||||||
|
*.backup
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
!.env.example
|
||||||
*.pem
|
*.pem
|
||||||
*.key
|
*.key
|
||||||
*.crt
|
*.crt
|
||||||
|
|
||||||
|
# Upgrade / settings backups
|
||||||
|
.upgrade-backup/
|
||||||
|
|
||||||
|
# Eino runtime task board (under skills_dir)
|
||||||
|
skills/.eino/
|
||||||
|
|
||||||
# Build outputs
|
# Build outputs
|
||||||
cyberstrike-ai
|
cyberstrike-ai
|
||||||
|
cyberstrike-ai.exe
|
||||||
|
*.test
|
||||||
bin/
|
bin/
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
.build/
|
||||||
|
target/
|
||||||
|
.gradle/
|
||||||
coverage.out
|
coverage.out
|
||||||
coverage.html
|
coverage.html
|
||||||
|
|
||||||
# Logs and temporary files
|
# Logs and temporary files
|
||||||
*.log
|
*.log
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
tmp/
|
tmp/
|
||||||
temp/
|
temp/
|
||||||
|
|
||||||
@@ -38,7 +56,12 @@ __pycache__/
|
|||||||
# Go
|
# Go
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
# macOS / editors
|
# Node / browser extension
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# macOS / Windows / editors
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
Reference in New Issue
Block a user