summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorNikkyAI <root@nikky.moe>2018-11-06 11:23:40 +0100
committerNikkyAI <root@nikky.moe>2018-11-06 11:28:20 +0100
commit33ecb40f610a53980360cd24c4ff75c2e5a36fb8 (patch)
treeea64388791696de209ca6edd30cec135ce1c230d /.gitignore
parent952a3d178722dbc3a8f59e8b23bda5b9a63d2385 (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