diff options
| author | Daniel <[email protected]> | 2026-05-14 16:04:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-14 16:04:20 -0400 |
| commit | 1c4f41608b30ae97bf685e2bed5a283cb9250bbe (patch) | |
| tree | f2fbbdf8acd54736d034ebe5f00831d44f1669a4 /.gitignore | |
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* |
