From: Omar Sweidan Date: Tue, 24 May 2022 23:24:44 +0000 (+0200) Subject: .gitignore a Maestro projektnek X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=3bfdc4ef2e784561fb191ee1ab2863389bd367b8;p=mediacube.git .gitignore a Maestro projektnek --- diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 00000000..d82df24a --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,11 @@ +**/bin +**/obj + +# User-specific files +*.suo + +# The packages folder can be ignored because of Package Restore +**/packages/* + +# Visual Studio 2015/2017 cache/options directory +.vs/ \ No newline at end of file