chore: Mise à jour du .gitignore
Ajout des entrées pour: - Qwen (.qwen/, .qwenignore) - Build artifacts (dist/, build/, *.so, *.dylib, *.o) - Go (coverage.*, *.test, go.work*) - Docker (docker-compose.override.yml) - IDE (.idea/, .vscode/, *.swp) - Fichiers temporaires (tmp/, temp/, *.tmp, *.bak) - Binaires (ja4sentinel, ja4sentinel-linux-amd64) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
45
.gitignore
vendored
45
.gitignore
vendored
@ -1 +1,46 @@
|
||||
# AIDER
|
||||
.aider*
|
||||
.qwen/
|
||||
.qwenignore
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.o
|
||||
|
||||
# Go
|
||||
*.test
|
||||
*.out
|
||||
coverage.out
|
||||
coverage.html
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Docker
|
||||
*.dockerfile.local
|
||||
docker-compose.override.yml
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Test results
|
||||
test-results/
|
||||
|
||||
# Binary
|
||||
ja4sentinel
|
||||
ja4sentinel-linux-amd64
|
||||
|
||||
Reference in New Issue
Block a user