We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403306e commit 7ec3b44Copy full SHA for 7ec3b44
1 file changed
.gitignore
@@ -1,10 +1,8 @@
1
target
2
venv
3
.flattened-pom.xml
4
-src/test/resources/minimal/out/croissant.json
5
-src/test/resources/max/out/croissant.json
6
-src/test/resources/cars/out/croissant.json
7
-src/test/resources/draft/out/croissant.json
+# these "out" files are generated when running tests
+src/test/resources/*/out/croissant.json
8
release.properties
9
pom.xml.releaseBackup
10
.vscode
0 commit comments