Skip to content

Commit 0b3bf5c

Browse files
author
Antigravity Agent
committed
chore(gitignore): add generated config and testing modules
- src/config/: temporary config generation modules - src/testing/: coverage analyzer and testing utilities - tools/research/: supplementary research generators These directories contain transient/generated code that should not be tracked. Resolves git hygiene (#415)
1 parent 310a4dd commit 0b3bf5c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,8 @@ apps/queen/*.swiftdeps~
311311
apps/queen/*.png
312312
data/cells/
313313
src/tools/uart-echo-test
314+
315+
# Generated config and testing modules (temporary)
316+
src/config/
317+
src/testing/
318+
tools/research/

0 commit comments

Comments
 (0)