diff options
| author | plutorocks <> | 2026-02-26 16:53:24 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-26 16:53:24 -0500 |
| commit | 8b123f240f098b24f8e348f1f36ab3eb72599176 (patch) | |
| tree | 91a532a9a422104a667137a18137527c83c6889f /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
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 |
