From 86bce0a515d6c008a6b76520a5fdee630f6e37e9 Mon Sep 17 00:00:00 2001 From: Luka Kresoja <57074484+LukeOnuke@users.noreply.github.com> Date: Sat, 12 Mar 2022 11:38:13 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 5 +++++ .idea/runConfigurations.xml | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/runConfigurations.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02efd22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +credentials.json +admintools.properties +target/** +.idea/** +log/** \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file