diff options
author | ArghKevin <50538286+ArghKevin@users.noreply.github.com> | 2024-04-11 21:32:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 21:32:22 -0700 |
commit | cc09e337a586a13446f8b2a2f5725621ba3bc5b3 (patch) | |
tree | 9ddea4df5683a054fad4c2b3fe9560bc22d72284 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..524f096 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* |