Skip to content

Commit 9b41b94

Browse files
committed
Add out/ folder correctly to gitignore.
1 parent 3c6f28b commit 9b41b94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ classes/
3030
tests/partest-generated/
3131
tests/locks/
3232
/test-classes/
33+
34+
35+
# Ignore output files but keep the directory
36+
out/
37+
!out/.keep

0 commit comments

Comments
 (0)