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-11_Shipilov_N.S._Seaplane_Hard.iml b/.idea/PIBD-11_Shipilov_N.S._Seaplane_Hard.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/PIBD-11_Shipilov_N.S._Seaplane_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..6f29fee --- /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..bd6177a --- /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/Seaplane/.gitignore b/Seaplane/.gitignore new file mode 100644 index 0000000..f68d109 --- /dev/null +++ b/Seaplane/.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/Seaplane/.idea/.gitignore b/Seaplane/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Seaplane/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Seaplane/.idea/misc.xml b/Seaplane/.idea/misc.xml new file mode 100644 index 0000000..6f29fee --- /dev/null +++ b/Seaplane/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Seaplane/.idea/modules.xml b/Seaplane/.idea/modules.xml new file mode 100644 index 0000000..22044a7 --- /dev/null +++ b/Seaplane/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Seaplane/.idea/vcs.xml b/Seaplane/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Seaplane/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Seaplane/Seaplane.iml b/Seaplane/Seaplane.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Seaplane/Seaplane.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Seaplane/src/Main.java b/Seaplane/src/Main.java new file mode 100644 index 0000000..f5858db --- /dev/null +++ b/Seaplane/src/Main.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + + } +} \ No newline at end of file