summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-27 15:53:46 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-27 15:53:46 -0300
commitdd26b5f3aa8108c3026080c734878e541c4cd05c (patch)
treedc16b2c4d3927cb44245a66e8a41ed7d005aeae4 /.gitignore
[Project] UwU Mode HEAD fabric-1.17.x default
A client-side mod for Minecraft that adds uwu~ to chat messages, and can
be enabled/disabled with commands.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1f8af7a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# gradle
+
+.gradle/
+build/
+out/
+
+# idea
+
+.idea/
+*.iml
+*.ipr
+*.iws
+
+# eclipse
+
+*.launch
+
+# vscode
+
+.settings/
+.vscode/
+bin/
+.classpath
+.project
+
+# macos
+
+*.DS_STORE
+
+# fabric
+
+run/