summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNikkyAI <[email protected]>2018-11-06 11:23:40 +0100
committerkeuin <[email protected]>2020-04-23 00:20:14 +0800
commit0839008c2301ac17f663c0d7113eeed5ee87dd62 (patch)
treebafe9e43de083b24830160529a57f47aa5be573c /.gitignore
parent9acb9ef71a566cf943d1c4876ec46060daaa6aa7 (diff)
use plugins block for fabric-loom
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6a5fea3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# gradle
+
+.gradle/
+build/
+out/
+
+# idea
+
+.idea/
+*.iml
+*.ipr
+*.iws
+
+# fabric
+
+run/ \ No newline at end of file