aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Caroline Joy Bell <[email protected]>2020-03-18 16:29:52 -0700
committerLibravatar GitHub <[email protected]>2020-03-18 23:29:52 +0000
commit01ae0cd3abefb1a27f79a6e380e021535085c841 (patch)
tree3e8780f262a408b77e9a69e99ecb5f22028d02f6
parentUpdate gradle, update deps, modCompile -> modImplementation (diff)
Add Eclipse *.launch files to the gitignore (#37)
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9563893..550b373 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/