This commit is contained in:
louiscklaw
2025-01-31 20:04:51 +08:00
parent 56285a7550
commit 2a6f19a43f
18 changed files with 1532 additions and 0 deletions

25
yena_/task1/COMP2045-2324PA1/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.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*
# Local solution that should never be committed. Or diseaster~~~
Solution/**