Browse Source

adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data

pull/1283/head
robertob 9 years ago
parent
commit
b07a0904e3
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      VisualStudio.gitignore

+ 3
- 0
VisualStudio.gitignore View File

@@ -7,6 +7,9 @@
*.userosscache
*.sln.docstates

# User-specific folders
*.sln.ide/

# Build results
[Dd]ebug/
[Dd]ebugPublic/

Loading…
Cancel
Save