Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit c3380bf

Browse files
committed
Added Visual Studio files to gitignore
Adding files to ignore that are related to Visual Studio, and Node.js development within the VS environment.
1 parent 29d264d commit c3380bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ local.properties
4848
data/
4949
mongod
5050

51+
# Visual Studio
52+
# =========
53+
*.suo
54+
*.ntvs*
55+
*.njsproj
56+
*.sln
57+
5158
# General
5259
# =======
5360
*.log

0 commit comments

Comments
 (0)