.gitignore: add ".vs " directory

This commit is contained in:
Kacperos155 2022-07-23 16:14:16 +02:00
parent 29e9f31c89
commit 258b9c34df

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ build
example1 example1
*.a *.a
.vs/
.vscode/ .vscode/
/SQLiteCpp.sln /SQLiteCpp.sln
*.ncb *.ncb