diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2025-09-23 14:11:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 14:11:53 +0000 |
| commit | 4700df5386aef74fe3c0bb57670d323258904b51 (patch) | |
| tree | 376c856598770247f04783b4e169bb4fc4ce22c9 /.gitignore | |
| download | designproject-design-6-4700df5386aef74fe3c0bb57670d323258904b51.tar.gz designproject-design-6-4700df5386aef74fe3c0bb57670d323258904b51.tar.bz2 designproject-design-6-4700df5386aef74fe3c0bb57670d323258904b51.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65dbea6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# 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* + +target/** + +# Ignore tool files +.vscode |
