diff options
| author | 2020-03-18 16:29:52 -0700 | |
|---|---|---|
| committer | 2020-03-18 23:29:52 +0000 | |
| commit | 01ae0cd3abefb1a27f79a6e380e021535085c841 (patch) | |
| tree | 3e8780f262a408b77e9a69e99ecb5f22028d02f6 /.gitignore | |
| parent | Update gradle, update deps, modCompile -> modImplementation (diff) | |
Add Eclipse *.launch files to the gitignore (#37)
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/ |
