Skip to content

Commit 7ec3b44

Browse files
committed
use glob to gitignore "out" files (generated by tests)
1 parent 403306e commit 7ec3b44

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
target
22
venv
33
.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
4+
# these "out" files are generated when running tests
5+
src/test/resources/*/out/croissant.json
86
release.properties
97
pom.xml.releaseBackup
108
.vscode

0 commit comments

Comments
 (0)