add .vs as one of dir to ignore

This commit is contained in:
HeeJae Chang 2019-12-02 15:27:00 -08:00
parent 5c5eaa3813
commit 02e208f497

3
.gitignore vendored
View File

@ -4,6 +4,9 @@ node_modules
# Optional npm cache directory
.npm
# vs cache directory
.vs
# Output files
dist
server/out/