Skip to content

Commit d73e71c

Browse files
authored
Merge pull request #1451 from eriawan/update_gitignore_to_ignore-VS_localized_files
update gitignore to ignore VS local machine (localized) files
2 parents 546d8c3 + 8f6667f commit d73e71c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ _themes.MSDN.Modern/
99
_themes.VS.Modern/
1010

1111
.openpublishing.buildcore.ps1
12+
13+
## Ignore Visual Studio temporary files, build results, and
14+
## files generated by popular Visual Studio add-ons.
15+
16+
# User-specific files
17+
*.suo
18+
*.user
19+
*.userosscache
20+
*.sln.docstates
21+
22+
# User-specific files (MonoDevelop/Xamarin Studio)
23+
*.userprefs

0 commit comments

Comments
 (0)