From 35bdb953c74b4e82a18134ebca0aade89b8374eb Mon Sep 17 00:00:00 2001 From: qkrlnt Date: Thu, 2 May 2024 13:33:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 +++ .idea/PIbd-12_Ulybin_A.A._Monorail_Hard.iml | 9 +++++++ .idea/misc.xml | 6 +++++ .idea/modules.xml | 8 ++++++ .idea/vcs.xml | 6 +++++ ProjectMonorail/.gitignore | 29 +++++++++++++++++++++ ProjectMonorail/.idea/.gitignore | 3 +++ ProjectMonorail/.idea/libraries/lib.xml | 10 +++++++ ProjectMonorail/.idea/misc.xml | 6 +++++ ProjectMonorail/.idea/modules.xml | 8 ++++++ ProjectMonorail/.idea/vcs.xml | 6 +++++ ProjectMonorail/ProjectMonorail.iml | 12 +++++++++ ProjectMonorail/src/Main.java | 5 ++++ 13 files changed, 111 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/PIbd-12_Ulybin_A.A._Monorail_Hard.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 ProjectMonorail/.gitignore create mode 100644 ProjectMonorail/.idea/.gitignore create mode 100644 ProjectMonorail/.idea/libraries/lib.xml create mode 100644 ProjectMonorail/.idea/misc.xml create mode 100644 ProjectMonorail/.idea/modules.xml create mode 100644 ProjectMonorail/.idea/vcs.xml create mode 100644 ProjectMonorail/ProjectMonorail.iml create mode 100644 ProjectMonorail/src/Main.java diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/PIbd-12_Ulybin_A.A._Monorail_Hard.iml b/.idea/PIbd-12_Ulybin_A.A._Monorail_Hard.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/PIbd-12_Ulybin_A.A._Monorail_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..69ace3f --- /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..3d45ffb --- /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/ProjectMonorail/.gitignore b/ProjectMonorail/.gitignore new file mode 100644 index 0000000..f68d109 --- /dev/null +++ b/ProjectMonorail/.gitignore @@ -0,0 +1,29 @@ +### IntelliJ IDEA ### +out/ +!**/src/main/**/out/ +!**/src/test/**/out/ + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache +bin/ +!**/src/main/**/bin/ +!**/src/test/**/bin/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/ProjectMonorail/.idea/.gitignore b/ProjectMonorail/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/ProjectMonorail/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/ProjectMonorail/.idea/libraries/lib.xml b/ProjectMonorail/.idea/libraries/lib.xml new file mode 100644 index 0000000..5cded49 --- /dev/null +++ b/ProjectMonorail/.idea/libraries/lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/ProjectMonorail/.idea/misc.xml b/ProjectMonorail/.idea/misc.xml new file mode 100644 index 0000000..69ace3f --- /dev/null +++ b/ProjectMonorail/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ProjectMonorail/.idea/modules.xml b/ProjectMonorail/.idea/modules.xml new file mode 100644 index 0000000..8a2f0e7 --- /dev/null +++ b/ProjectMonorail/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/ProjectMonorail/.idea/vcs.xml b/ProjectMonorail/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/ProjectMonorail/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ProjectMonorail/ProjectMonorail.iml b/ProjectMonorail/ProjectMonorail.iml new file mode 100644 index 0000000..fb8e866 --- /dev/null +++ b/ProjectMonorail/ProjectMonorail.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectMonorail/src/Main.java b/ProjectMonorail/src/Main.java new file mode 100644 index 0000000..f5858db --- /dev/null +++ b/ProjectMonorail/src/Main.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + + } +} \ No newline at end of file