From 3e4b95bdc6748ed8fe6ced382da20baae0624f2b Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Tue, 21 Apr 2020 16:30:30 +0200 Subject: [PATCH] .gitignore aktualisiert --- .gitignore | 6 ++++++ lotto.iml | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 lotto.iml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f02db6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + +.idea/inspectionProfiles/ +./out +.idea/ + +out/ diff --git a/lotto.iml b/lotto.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/lotto.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file