From 0c9e3f96faf2ee3edb4df1f0a885644a1ce5e423 Mon Sep 17 00:00:00 2001 From: Alex Ciornei Date: Fri, 11 Nov 2022 16:36:06 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 4 ++ .idea/compiler.xml | 8 +++ .idea/misc.xml | 2 +- .idea/uiDesigner.xml | 124 +++++++++++++++++++++++++++++++++++++++++++ .idea/vcs.xml | 5 ++ 5 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/uiDesigner.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a41d84b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +out +result + +out.txt diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..a1757ae --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f576a4e..5d1569a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..2b63946 --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 9661ac7..0a8af39 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,5 +1,10 @@ + + +