From c70c9a62fbd6b180430026c595c98060658f47ea Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Thu, 3 Nov 2022 21:28:22 +0400 Subject: [PATCH] Create new branch. --- .idea/.gitignore | 0 .idea/Hard.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Project/.idea/.gitignore | 3 +++ Project/.idea/.name | 1 + Project/.idea/misc.xml | 6 ++++++ Project/.idea/modules.xml | 8 ++++++++ Project/.idea/vcs.xml | 6 ++++++ Project/Project.iml | 11 +++++++++++ 11 files changed, 64 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Hard.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Project/.idea/.gitignore create mode 100644 Project/.idea/.name create mode 100644 Project/.idea/misc.xml create mode 100644 Project/.idea/modules.xml create mode 100644 Project/.idea/vcs.xml create mode 100644 Project/Project.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.idea/Hard.iml b/.idea/Hard.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Hard.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d3a24e6 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Project/.idea/.gitignore b/Project/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Project/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Project/.idea/.name b/Project/.idea/.name new file mode 100644 index 0000000..b85dab8 --- /dev/null +++ b/Project/.idea/.name @@ -0,0 +1 @@ +Airbus \ No newline at end of file diff --git a/Project/.idea/misc.xml b/Project/.idea/misc.xml new file mode 100644 index 0000000..1ce6e7f --- /dev/null +++ b/Project/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Project/.idea/modules.xml b/Project/.idea/modules.xml new file mode 100644 index 0000000..2ff9c41 --- /dev/null +++ b/Project/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Project/.idea/vcs.xml b/Project/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Project/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Project/Project.iml b/Project/Project.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Project/Project.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file