We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984e3fe commit 75ea858Copy full SHA for 75ea858
bulk-model-sync-gradle-test/.gitignore
@@ -40,10 +40,7 @@ bin/
40
41
### Mac OS ###
42
.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/
+/test-repo/**/**/classes_gen/
+/test-repo/**/**/generator/
+/test-repo/**/**/source_gen/
+/test-repo/**/**/source_gen.caches/
0 commit comments