diff options
author | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
commit | bbb0d1d79f70fbfca377d1f2c4f558d35096a851 (patch) | |
tree | 759432ce3ef8a81352dcc14df473c8a605cc9c71 /.gitignore | |
download | lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.gz lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.bz2 lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.zip |
init
Diffstat (limited to '')
-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 |