diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-16 00:36:41 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-16 00:36:41 -0400 |
commit | bbfbb508919459d9885bd9d690c1c483e7e3f70b (patch) | |
tree | c663f0e8b2dea1f79239a37cc12ae25bb9e75cb4 /.gitignore | |
parent | 9c071a9d077a11865a83246152fffc8ea09e2666 (diff) |
[Update to 1.15.2] Version 0.7.1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,6 +5,10 @@ build/ out/ classes/ +# eclipse + +*.launch + # idea .idea/ @@ -22,4 +26,4 @@ bin/ # fabric -run/
\ No newline at end of file +run/ |