Skip to content

Commit 740ccc5

Browse files
thiagofinchclaude
andcommitted
fix: add bilhon/ (without dot) to .gitignore
Prevents bilhon/ directory from being picked up by git add -A during Layer 2/3 temporary commits. The .bilhon/ (with dot) was already gitignored but bilhon/ was not. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fe2058f commit 740ccc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# === EXTERNAL FRAMEWORKS (NEVER track) ===
22
.aios-core/
3+
bilhon/
34

45
# === ENVIRONMENT & SECRETS ===
56
.env

0 commit comments

Comments
 (0)