Add bin/ to gitignore

This commit is contained in:
Florian Schmaus 2019-07-28 12:25:47 +02:00
parent 9f062ebd79
commit 987791b9bd
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
out/ out/
build/ build/
bin/
*.iws *.iws
*.iml *.iml