Skip to content

Commit d6a49f7

Browse files
committed
chore(gitignore): scope gradle-facts ignores to a nested .gitignore
Move the gradle-facts-related transient patterns from the root .gitignore into a nested .gitignore at test/fixtures/commands/manifest/gradle-facts/. Patterns become unanchored (`.gradle/`, `build/`, `.socket.facts.json`) and tighten to the three things `socket manifest gradle --facts` runs actually produce — the previously listed `pom.xml` and `local.properties` patterns weren't generated by the --facts flow and have been dropped. Keeps the root .gitignore tidy and makes the transience signal visible to anyone working in the fixtures directory.
1 parent eab397b commit d6a49f7

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ Thumbs.db
2121
test/fixtures/commands/fix/e2e-test-js-temp-*
2222
test/fixtures/commands/fix/e2e-test-py-temp-*
2323

24-
# Generated by `socket manifest gradle --facts` integration runs.
25-
test/fixtures/commands/manifest/gradle-facts/**/.gradle/
26-
test/fixtures/commands/manifest/gradle-facts/**/build/
27-
test/fixtures/commands/manifest/gradle-facts/**/.socket.facts.json
28-
test/fixtures/commands/manifest/gradle-facts/**/pom.xml
29-
test/fixtures/commands/manifest/gradle-facts/**/local.properties
30-
3124
/.claude/*
3225
!/.claude/agents/
3326
!/.claude/commands/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Generated by `socket manifest gradle --facts` runs against any of the
2+
# fixtures in this directory.
3+
.gradle/
4+
build/
5+
.socket.facts.json

0 commit comments

Comments
 (0)