diff options
author | RandomEngy <[email protected]> | 2017-11-16 23:12:40 -0800 |
---|---|---|
committer | Scott <[email protected]> | 2017-11-18 14:29:34 +0000 |
commit | a0f1c6a49d3f76c97729f1dbb54a1a520161e020 (patch) | |
tree | 46a706a4b6a97d37386e0a5f1e258de59eadf6a3 /.gitignore | |
parent | 2c5f96a2fdbe7407fd360e424ac43cac0fd3ad26 (diff) |
Excluded .vs folder via gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da1f429c0..b259795f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Visual Studio win/CS/*/bin win/CS/*/obj +win/CS/.vs win/CS/**/*.suo win/CS/*.VC.opendb win/CS/*.VC.db |