diff options
author | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
---|---|---|
committer | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
commit | 20692e21107a35f5f45651f655a6a564fc570007 (patch) | |
tree | 3177242a0dffb4361dcf7ab4592fed12c4ccfb77 /.gitignore | |
download | gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.gz gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.bz2 gloppers-20692e21107a35f5f45651f655a6a564fc570007.zip |
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 |