Commit 6ba6206
committed
ci(drift-check): exclude .gitignore + propagate.mjs from scan
The gitignore block (Layer 3) enumerates forbidden patterns to prevent
file commits; propagate.mjs (Layer 4 in aeoess_web) hard-codes them
for its final-scan function. Both are legitimate self-references and
must be excluded from the CI scan, matching the local hook's
EXEMPT_FILES behavior.1 parent 77bec60 commit 6ba6206
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments