Skip to content

Commit e1e700c

Browse files
MrVitalyMarkPieszak
authored andcommitted
fix(gitignore): add .vs folder to .gitignore
.vs folder is the folder created automatically during opening the project in Visual Studio. Visual Studio uses the folder to store opened documents, breakpoints, machine- and user-specific files and other information about state of the solution. So this folder should be added to .gitignore
1 parent 5dc97a2 commit e1e700c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Make sure nupkg files don't get pushed to git repo
2-
**/*.nupkg
2+
**/*.nupkg
3+
/.vs

0 commit comments

Comments
 (0)