diff options
| author | plutorocks <> | 2026-02-24 17:15:29 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-24 17:15:29 -0500 |
| commit | d23825b05ec9cba95429c6ef693f469e99e37b36 (patch) | |
| tree | dffe3ed7d3ddd5590591df381f84c33f6d329abb /.gitignore | |
Initial commit
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 |
