From 15a0535a3a8e4d3d4ec3f7a683039c3d20cd333b 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