diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-07-27 00:45:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 00:45:11 +0200 |
| commit | 184bf866b30d3235f1a7f1da9cf3bee958b09bbd (patch) | |
| tree | ca8325756c1cd354d6f18d18a05f0cf65fc4b73b /.gitignore | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
| parent | 3123d5696a34a434f8d976df64047c1e12086810 (diff) | |
Merge pull request #1 from anhgelus/refactor/1.21
[Refactor] Change mod version to 1.21
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 80 |
1 files changed, 40 insertions, 40 deletions
@@ -1,40 +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 +# 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
|
