Adds Visual Studio files to the gitignore to avoid issues with users committing things they don't need to commit (#70214)

This commit is contained in:
Iamgoofball
2022-09-30 23:02:24 -07:00
committed by GitHub
parent 0def29d867
commit 7131dfd8aa
+11
View File
@@ -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