Merge commit 'a640f43d73' as 'scanners/commons'
This commit is contained in:
commit
3b919f39b4
183 changed files with 6245 additions and 0 deletions
14
scanners/commons/.gitignore
vendored
Normal file
14
scanners/commons/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Operational continuity state — LOCAL-ONLY, never committed.
|
||||
# Rationale: this repository is published to a public mirror (Forgejo open/), and
|
||||
# STATE.md must never reach a public surface. It is also vendored by consumers, so a
|
||||
# committed root STATE.md would land inside every consumer's vendored copy.
|
||||
/STATE.md
|
||||
|
||||
# Local-scoped notes/overrides convention (KTG global): never mirrored.
|
||||
*.local.md
|
||||
|
||||
# Secrets never belong here — this repository is data only.
|
||||
.env
|
||||
.env.*
|
||||
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue