Commit d6a49f7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments