Add /bin to .gitignore

Ignore /bin, Maven will output G-Earth.jar here.
This commit is contained in:
Scott Stamp 2018-10-13 19:49:20 -02:30
parent 2cc0c69805
commit 8844d596d1

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
.idea/
out/
bin/
**/target/
/G-WinMem/.vs
/G-WinMem/x64
/G-WinMem/G-WinMem/x64