aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2023-10-29 22:42:13 -0500
committercitrons <citrons@mondecitronne.com>2023-10-29 22:43:47 -0500
commit13c2fb7482d45a74ca460f6192a16dc8c956923f (patch)
tree552bbf97c5d28d8705dbcb1b7c3e8ccf4742d996 /.gitignore
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c770e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# eclipse
+bin
+*.launch
+.settings
+.metadata
+.classpath
+.project
+
+# idea
+out
+*.ipr
+*.iws
+*.iml
+.idea
+
+# gradle
+build
+.gradle
+
+# other
+eclipse
+run