summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2020-12-18 20:52:04 +0800
committerKeuin <[email protected]>2020-12-18 20:52:04 +0800
commitac5bdf4a3ca555fa4638d6fad6b06b9941ad3ba2 (patch)
treec995e65c2619e707260fb9a04500fb5cc25b031c /.gitignore
parentdc20a92e15d43bc87a97fc418475870311f300c2 (diff)
First version: implemented disabling fish schooling.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..09cd281
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# gradle
+
+.gradle/
+build/
+out/
+classes/
+
+# eclipse
+
+*.launch
+
+# idea
+
+.idea/
+*.iml
+*.ipr
+*.iws
+
+# vscode
+
+.settings/
+.vscode/
+bin/
+.classpath
+.project
+
+# macos
+
+*.DS_Store
+
+# fabric
+
+run/