From b213e667df3bc1100ce93917ac2fcef34410ff67 Mon Sep 17 00:00:00 2001 From: semenov Date: Wed, 11 Dec 2024 17:16:39 +0300 Subject: [PATCH] feat:add gitignore for Application --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25ad6c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# +Application/ \ No newline at end of file