Skip to content

Commit 3f3d4c2

Browse files
committed
fixed gitignore
1 parent 719f9ba commit 3f3d4c2

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.gitignore

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ x64/
1414
[Bb]in/
1515
[Oo]bj/
1616

17+
# Visual Studio 2015/2017 cache/options directory
18+
.vs/
19+
# Uncomment if you have tasks that create the project's static files in wwwroot
20+
#wwwroot/
21+
22+
# Visual Studio 2017 auto generated files
23+
Generated\ Files/
1724
# MSTest test Results
1825
[Tt]est[Rr]esult*/
1926
[Bb]uild[Ll]og.*
@@ -122,12 +129,4 @@ Thumbs.db
122129
ehthumbs.db
123130

124131
# Folder config file
125-
Desktop.ini
126-
127-
# Recycle Bin used on file shares
128-
$RECYCLE.BIN/
129-
130-
# Mac desktop service store files
131-
.DS_Store
132-
133-
_NCrunch*
132+
Desktop.ini

0 commit comments

Comments
 (0)