summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-14 18:39:10 +0100
committerHawarth <hawarth@hawarth.com>2026-03-14 18:39:27 +0100
commit2e79ad1b980b4867c3b32688d7946d52f5b85a62 (patch)
tree215aac8d730dcdd61aa2ac95b248f70c5ced97b8 /.gitignore
downloadmc-craftsdwarfship-trunk.tar.gz
mc-craftsdwarfship-trunk.zip
chore: initHEADtrunk
Initialises the project using Fabric MC's template mod generator.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore40
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c476faf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,40 @@
+# gradle
+
+.gradle/
+build/
+out/
+classes/
+
+# eclipse
+
+*.launch
+
+# idea
+
+.idea/
+*.iml
+*.ipr
+*.iws
+
+# vscode
+
+.settings/
+.vscode/
+bin/
+.classpath
+.project
+
+# macos
+
+*.DS_Store
+
+# fabric
+
+run/
+
+# java
+
+hs_err_*.log
+replay_*.log
+*.hprof
+*.jfr