From d49c7500a44a2dd518785317f7227cee80b6bee7 Mon Sep 17 00:00:00 2001 From: dmusial98 Date: Sun, 22 Jun 2025 20:43:13 +0200 Subject: [PATCH] gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f45a590 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/GuessWhatLookingAt/MvvmNavigation/obj/Debug/MvvmNavigation_MarkupCompile.i.cache +/GuessWhatLookingAt/MvvmNavigation/obj/Debug/MvvmNavigation_MarkupCompile.i.lref +.vs +bin +obj \ No newline at end of file