mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
+11
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user