diff options
author | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-10 16:02:29 +0200 |
---|---|---|
committer | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-10 16:02:29 +0200 |
commit | ee369b50b14ffe662e05355459f57c076680cd58 (patch) | |
tree | d9ee2f9af7b30f238dd0e9edf1edeb969dd26428 /calculator-java/.gitignore | |
parent | a657a82b01d958cc8d8a30268b3febe1eb124a77 (diff) |
[+] Basic stucture of the java calculator
Diffstat (limited to 'calculator-java/.gitignore')
-rw-r--r-- | calculator-java/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calculator-java/.gitignore b/calculator-java/.gitignore new file mode 100644 index 0000000..6c0dce9 --- /dev/null +++ b/calculator-java/.gitignore @@ -0,0 +1,3 @@ +calculator-java.iml +target/ +.idea/
\ No newline at end of file |