mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-24 20:06:21 +02:00
35 lines
247 B
Text
35 lines
247 B
Text
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
gomcp
|
|
soc
|
|
immune
|
|
sidecar
|
|
dist/
|
|
|
|
# Databases
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.wal
|
|
*.shm
|
|
|
|
# Logs & Secrets
|
|
*.log
|
|
.env
|
|
*.key
|
|
.decisions.log
|
|
sentinel_leash
|
|
.rlm/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Vendor
|
|
vendor/
|