Fix .gitignore for Java compiler output

This commit is contained in:
2020-06-12 16:07:33 +02:00
parent 448d7ac32a
commit 04c18d4fdf

4
.gitignore vendored
View File

@@ -1,6 +1,6 @@
# IntelliJ folders
**/.out/
/.out/
**/out/
out/
# Java Compiler output
**/bin/