Skip to content

Commit 75ea858

Browse files
committed
chore(bulk-model-sync-gradle): use wildcards in git ignore
1 parent 984e3fe commit 75ea858

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

bulk-model-sync-gradle-test/.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ bin/
4040

4141
### Mac OS ###
4242
.DS_Store
43-
/test-repo/languages/GraphLang/classes_gen/
44-
/test-repo/languages/GraphLang/generator/
45-
/test-repo/languages/GraphLang/source_gen/
46-
/test-repo/languages/GraphLang/source_gen.caches/
47-
/test-repo/solutions/GraphSolution/source_gen/
48-
/test-repo/solutions/GraphSolution/classes_gen/
49-
/test-repo/solutions/GraphSolution/source_gen.caches/
43+
/test-repo/**/**/classes_gen/
44+
/test-repo/**/**/generator/
45+
/test-repo/**/**/source_gen/
46+
/test-repo/**/**/source_gen.caches/

0 commit comments

Comments
 (0)