Skip to content

Commit 48b3383

Browse files
committed
Update .gitignore
1 parent e7ef601 commit 48b3383

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

.gitignore

+62
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,65 @@ Temporary Items
4545
# Visual Studio Files
4646
*.pubxml.user
4747
*.pubxml
48+
49+
# Visual Studio 2015 cache/options directory
50+
.vs/
51+
52+
# ReSharper is a .NET coding add-in
53+
_ReSharper*/
54+
*.[Rr]e[Ss]harper
55+
*.DotSettings.user
56+
57+
# TeamCity is a build add-in
58+
_TeamCity*
59+
60+
# DotCover is a Code Coverage Tool
61+
*.dotCover
62+
63+
# DocProject is a documentation generator add-in
64+
DocProject/buildhelp/
65+
DocProject/Help/*.HxT
66+
DocProject/Help/*.HxC
67+
DocProject/Help/*.hhc
68+
DocProject/Help/*.hhk
69+
DocProject/Help/*.hhp
70+
DocProject/Help/Html2
71+
DocProject/Help/html
72+
73+
# Click-Once directory
74+
publish/
75+
76+
# Publish Web Output
77+
*.[Pp]ublish.xml
78+
*.azurePubxml
79+
# TODO: Comment the next line if you want to checkin your web deploy settings
80+
# but database connection strings (with potential passwords) will be unencrypted
81+
*.pubxml
82+
*.publishproj
83+
84+
# NuGet Packages
85+
*.nupkg
86+
# The packages folder can be ignored because of Package Restore
87+
**/packages/*
88+
# except build/, which is used as an MSBuild target.
89+
!**/packages/build/
90+
91+
# Windows Azure Build Output
92+
csx/
93+
*.build.csdef
94+
95+
# Windows Store app package directory
96+
AppPackages/
97+
98+
# Others
99+
*.[Cc]ache
100+
ClientBin/
101+
[Ss]tyle[Cc]op.*
102+
~$*
103+
*~
104+
*.dbmdl
105+
*.dbproj.schemaview
106+
*.pfx
107+
*.publishsettings
108+
node_modules/
109+
bower_components/

0 commit comments

Comments
 (0)