mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-06-02 14:35:12 +02:00
chore: add copyright headers, CI tests, and sanitize gitignore
This commit is contained in:
parent
5cbb3d89d3
commit
d1f844235e
325 changed files with 2267 additions and 902 deletions
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue