From dd3c18cf781c578bb8ed39f5753e265a0293ccbf Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 29 Mar 2021 23:24:31 +0200 Subject: [PATCH] .idea --- fileControlPanel/.idea/.gitignore | 5 +++++ fileControlPanel/.idea/fileControlPanel.iml | 12 ++++++++++++ fileControlPanel/.idea/modules.xml | 8 ++++++++ fileControlPanel/.idea/vcs.xml | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 fileControlPanel/.idea/.gitignore create mode 100644 fileControlPanel/.idea/fileControlPanel.iml create mode 100644 fileControlPanel/.idea/modules.xml create mode 100644 fileControlPanel/.idea/vcs.xml diff --git a/fileControlPanel/.idea/.gitignore b/fileControlPanel/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/fileControlPanel/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/fileControlPanel/.idea/fileControlPanel.iml b/fileControlPanel/.idea/fileControlPanel.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/fileControlPanel/.idea/fileControlPanel.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/fileControlPanel/.idea/modules.xml b/fileControlPanel/.idea/modules.xml new file mode 100644 index 0000000..1fc691c --- /dev/null +++ b/fileControlPanel/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/fileControlPanel/.idea/vcs.xml b/fileControlPanel/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/fileControlPanel/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file