From 7131dfd8aa246c904598e2e002f9125e2671d405 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Fri, 30 Sep 2022 23:02:24 -0700 Subject: [PATCH] Adds Visual Studio files to the gitignore to avoid issues with users committing things they don't need to commit (#70214) --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index fd5f665cbd6..ee3894ed1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,17 @@ #Ignore byond config folder. /cfg/**/* +#Ignore IDE files we don't need in the repo. +/.vs/**/* +/tgstation/FileContentIndex/**/* +/FileContentIndex/**/* +/v17/**/* +/v18/**/* +/v19/**/* +/v20/**/* +/v21/**/* +/v22/**/* + # Ignore compiled linux libs in the root folder, e.g. librust_g.so /*.so