diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
| commit | 6f183d857d97eb8f45f010b0d9975b4bb19faa9a (patch) | |
| tree | 0599ab3bb90db86367275273eb910a7634721cae /.gitignore | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
refactor(minecraft): upgrade to 1.21
Thanks @Leo-210 for the idea
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
|
