1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00

Add bin/ to gitignore

This commit is contained in:
Florian Schmaus 2019-07-28 12:25:47 +02:00
parent 9f062ebd79
commit 987791b9bd

1
.gitignore vendored
View file

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