1
+ # ################
2
+ # # Visual Studio
3
+ # ################
4
+
1
5
# # Ignore Visual Studio temporary files, build results, and
2
6
# # files generated by popular Visual Studio add-ons.
3
7
4
8
# User-specific files
5
9
* .suo
6
10
* .user
7
- * .userosscache
8
11
* .sln.docstates
12
+ * .local.sln
13
+ * .sln.GhostDoc.xml
9
14
10
- # User-specific files (MonoDevelop/Xamarin Studio)
11
- * .userprefs
12
-
13
- # Build results
14
- [Dd ]ebug /
15
- [Dd ]ebugPublic /
16
- [Rr ]elease /
17
- [Rr ]eleases /
18
- x64 /
19
- x86 /
20
- build /
21
- bld /
22
- [Bb ]in /
23
- [Oo ]bj /
24
-
25
- # Visual Studo 2015 cache/options directory
15
+ # # Ignore VS2015/Roslyn artifacts
16
+ * .sln.ide /
26
17
.vs /
27
18
28
- # MSTest test Results
29
- [Tt ]est [Rr ]esult * /
30
- [Bb ]uild [Ll ]og. *
31
-
32
- # NUNIT
33
- * .VisualState.xml
34
- TestResult.xml
35
-
36
- # Build Results of an ATL Project
37
- [Dd ]ebugPS /
38
- [Rr ]eleasePS /
39
- dlldata.c
19
+ # # Ignore Webstorm artifacts
20
+ * .idea /
40
21
22
+ # Build results
23
+ [Rr ]elease
41
24
* _i.c
42
25
* _p.c
43
- * _i.h
44
26
* .ilk
45
27
* .meta
46
28
* .obj
47
29
* .pch
48
- * .pdb
49
30
* .pgc
50
31
* .pgd
51
32
* .rsp
@@ -54,143 +35,184 @@ dlldata.c
54
35
* .tli
55
36
* .tlh
56
37
* .tmp
57
- * .tmp_proj
58
- * .log
38
+ * .eml
59
39
* .vspscc
60
- * .vssscc
61
40
.builds
62
- * .pidb
63
- * .svclog
64
- * .scc
41
+ * .dotCover
42
+ * .ldf
65
43
66
- # Chutzpah Test files
67
- _Chutzpah *
44
+ # git merge artifacts
45
+ * .orig
46
+ * .gitmodules
68
47
69
- # Visual C++ cache files
70
- ipch /
71
- * .aps
72
- * .ncb
73
- * .opensdf
74
- * .sdf
75
- * .cachefile
48
+ # # TODO: If you have NuGet Package Restore enabled, uncomment this
49
+ [Pp ]ackages /
76
50
77
51
# Visual Studio profiler
78
52
* .psess
79
53
* .vsp
80
- * .vspx
81
-
82
- # TFS 2012 Local Workspace
83
- $tf /
84
-
85
- # Guidance Automation Toolkit
86
- * .gpState
87
54
88
55
# ReSharper is a .NET coding add-in
89
- _ReSharper * /
90
- * . [Rr ]e [Ss ]harper
91
- * .DotSettings.user
92
-
93
- # JustCode is a .NET coding addin-in
94
- .JustCode
95
-
96
- # TeamCity is a build add-in
97
- _TeamCity *
98
-
99
- # DotCover is a Code Coverage Tool
100
- * .dotCover
101
-
102
- # NCrunch
103
- _NCrunch_ *
104
- . * crunch * .local.xml
105
-
106
- # MightyMoose
107
- * .mm. *
108
- AutoTest.Net /
109
-
110
- # Web workbench (sass)
111
- .sass-cache /
112
-
113
- # Installshield output folder
114
- [Ee ]xpress /
115
-
116
- # DocProject is a documentation generator add-in
117
- DocProject /buildhelp /
118
- DocProject /Help /* .HxT
119
- DocProject /Help /* .HxC
120
- DocProject /Help /* .hhc
121
- DocProject /Help /* .hhk
122
- DocProject /Help /* .hhp
123
- DocProject /Help /Html2
124
- DocProject /Help /html
125
-
126
- # Click-Once directory
127
- publish /
128
-
129
- # Publish Web Output
130
- * . [Pp ]ublish.xml
131
- * .azurePubxml
132
- # TODO: Comment the next line if you want to checkin your web deploy settings
133
- # but database connection strings (with potential passwords) will be unencrypted
134
- * .pubxml
135
- * .publishproj
136
-
137
- # NuGet Packages
138
- * .nupkg
139
- # The packages folder can be ignored because of Package Restore
140
- ** /packages /*
141
- # except build/, which is used as an MSBuild target.
142
- ! ** /packages /build /
143
- # Uncomment if necessary however generally it will be regenerated when needed
144
- # !**/packages/repositories.config
145
-
146
- # Windows Azure Build Output
147
- csx /
148
- * .build.csdef
149
-
150
- # Windows Store app package directory
151
- AppPackages /
56
+ _ReSharper *
152
57
153
58
# Others
154
- * . [Cc ]ache
155
- ClientBin /
156
- [Ss ]tyle [Cc ]op. *
59
+
60
+ [Oo ]bj
61
+ TestResults
62
+ * .Cache
63
+ ClientBin
64
+ stylecop. *
157
65
~$ *
158
- * ~
159
66
* .dbmdl
160
- * .dbproj.schemaview
161
- * .pfx
162
- * .publishsettings
163
- node_modules /
164
- bower_components /
165
-
166
- # RIA/Silverlight projects
167
- Generated_Code /
168
-
169
- # Backup & report files from converting an old project file
170
- # to a newer Visual Studio version. Backup files are not needed,
171
- # because we have git ;-)
67
+ Generated_Code # added for RIA/Silverlight projects
68
+
69
+ # Backup & report files from converting an old project file to a newer
70
+ # Visual Studio version. Backup files are not needed, because we have git ;-)
172
71
_UpgradeReport_Files /
173
72
Backup * /
174
73
UpgradeLog * .XML
175
- UpgradeLog * .htm
176
-
177
- # SQL Server files
178
- * .mdf
179
- * .ldf
180
-
181
- # Business Intelligence projects
182
- * .rdl.data
183
- * .bim.layout
184
- * .bim_ * .settings
185
-
186
- # Microsoft Fakes
187
- FakesAssemblies /
188
-
189
- # Node.js Tools for Visual Studio
190
- .ntvs_analysis.dat
191
-
192
- # Visual Studio 6 build log
193
- * .plg
194
74
195
- # Visual Studio 6 workspace options file
196
- * .opt
75
+ # ###########
76
+ # # DNN
77
+ # ###########
78
+
79
+ # Ignore artifacts from deployed/installed site
80
+
81
+ DNN_ * .zip
82
+
83
+ ! DNN [Pp ]latform /[Cc ]omponents
84
+ ! DNN [Pp ]latform /[Cc ]ontrols
85
+ DNN [Pp ]latform /[Cc ]omponents /[Cc ]lient [Dd ]ependency /[Ss ]ource /[Bb ]in
86
+ DNN [Pp ]latform /[Cc ]ontrols /[Cc ]ountry [Ll ]ist [Bb ]ox /[Bb ]in /*
87
+
88
+ DNN [Pp ]latform /* /[Bb ]in
89
+ DNN [Pp ]latform /Tests /* /[Bb ]in /*
90
+ DNN [Pp ]latform /Modules /* /[Bb ]in /*
91
+ DNN [Pp ]latform /Admin Modules /* /[Bb ]in /*
92
+ DNN [Pp ]latform /MVC Modules /* /[Bb ]in /*
93
+ DNN [Pp ]latform /[Pp ]roviders /* /* /[Bb ]in /*
94
+ DNN [Pp ]latform /[Pp ]roviders /* /* /* /[Bb ]in /*
95
+ DNN [Pp ]latform /Syndication /[Bb ]in /*
96
+
97
+
98
+ [Ww ]ebsite /* /[Dd ]efault.aspx
99
+
100
+ [Ww ]ebsite /[Aa ]dmin /[Pp ]ersonabar
101
+
102
+ [Ww ]ebsite /[Aa ]pp_ [Cc ]ode
103
+
104
+ [Ww ]ebsite /[Aa ]pp_ [Dd ]ata
105
+
106
+ [Ww ]ebsite /[Bb ]in
107
+
108
+ [Ww ]ebsite /[Cc ]onfig
109
+
110
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Ff ]ifty [Oo ]ne [Cc ]lient [Cc ]apability [Pp ]rovider
111
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Rr ]ad [Ee ]ditor [Pp ]rovider
112
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Tt ]axonomy
113
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Uu ]rl [Mm ]anagement
114
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Hh ]tml [Ee ]ditor [Mm ]anager
115
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Rr ]ecycle [Bb ]in
116
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]dmin /[Nn ]ewsletters
117
+
118
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]uthentication [Ss ]ervices /[Ff ]acebook
119
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]uthentication [Ss ]ervices /[Gg ]oogle
120
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]uthentication [Ss ]ervices /[Ll ]ive
121
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]uthentication [Ss ]ervices /[Tt ]witter
122
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]uthentication [Ss ]ervices /DNN [Pp ]ro_ [Aa ]ctive [Dd ]irectory
123
+
124
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Cc ]ore [Mm ]essaging
125
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /DDRMenu
126
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Dd ]evice [Pp ]review [Mm ]anagement
127
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Dd ]igital [Aa ]ssets
128
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /DNNCorp
129
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Dd ][Nn ][Nn ]
130
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /HTML
131
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /MVC
132
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Jj ]ournal
133
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Mm ]ember [Dd ]irectory
134
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Mm ]obile [Mm ]anagement
135
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Rr ]azor [Mm ]odules
136
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ss ]ocial [Gg ]roups
137
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ss ]ubscriptions [Mm ]gmt
138
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ii ]dentity [Ss ]witcher
139
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Bb ]log
140
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ii ][Ff ]rame
141
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Aa ]nnouncements
142
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ee ]vents
143
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ff ]eedback
144
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Ff ][Aa ][Qq ]s
145
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Mm ]edia
146
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Uu ]ser [Dd ]efined [Tt ]able
147
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /dnnGlimpse
148
+ [Ww ]ebsite /[Dd ]esktop [Mm ]odules /[Tt ]est *
149
+
150
+ [Ww ]ebsite /[Ii ]nstall /* /* .zip
151
+ [Ww ]ebsite /[Ii ]nstall /* /* .resources
152
+ [Ww ]ebsite /[Ii ]nstall /[Cc ]leanup
153
+ [Ww ]ebsite /[Ii ]nstall /[Cc ]onfig
154
+ [Ww ]ebsite /[Ii ]nstall /[Dd ]ot [Nn ]et [Nn ]uke.install.config
155
+ [Ww ]ebsite /[Ii ]nstall /installstat.log.resources.txt
156
+ [Ww ]ebsite /[Ii ]nstall /upgradestat.log.resources.txt
157
+
158
+ [Ww ]ebsite /[Ll ]icenses /* .txt
159
+
160
+ [Ww ]ebsite /[Mm ]odules
161
+
162
+ [Ww ]ebsite /[Pp ]ortals /_default /[Ll ]ogs
163
+ [Ww ]ebsite /[Pp ]ortals /_default /[Mm ]erged [Tt ]emplate
164
+ [Ww ]ebsite /[Pp ]ortals /_default /[Bb ]lank [Ww ]ebsite * . *
165
+ [Ww ]ebsite /[Pp ]ortals /_default /[Dd ]efault [Ww ]ebsite * . *
166
+ [Ww ]ebsite /[Pp ]ortals /_default /[Mm ]obile [Ww ]ebsite * . *
167
+ [Ww ]ebsite /[Pp ]ortals /_default /[Cc ]ontainers /* /thumbnail * .jpg
168
+ [Ww ]ebsite /[Pp ]ortals /_default /[Cc ]ontainers /[Cc ]avalier /* . *
169
+ [Ww ]ebsite /[Pp ]ortals /_default /[Ss ]kins /* /thumbnail * .jpg
170
+ [Ww ]ebsite /[Pp ]ortals /_default /[Ss ]kins /[Cc ]avalier
171
+ [Ww ]ebsite /[Pp ]ortals /_default /[Ss ]kins /[Cc ]avalier /* /* . *
172
+
173
+ [Ww ]ebsite /[Pp ]ortals /_default /[Uu ]ser *
174
+ [Ww ]ebsite /[Pp ]ortals /[0-9 ]* /
175
+
176
+ [Ww ]ebsite /[Pp ]roviders /[Dd ]ata [Pp ]roviders /* /* .resources
177
+ [Ww ]ebsite /[Pp ]roviders /* /* /license.txt
178
+ [Ww ]ebsite /[Pp ]roviders /* /* /release [Nn ]otes.txt
179
+ [Ww ]ebsite /[Pp ]roviders /[Ff ]older [Pp ]roviders
180
+
181
+ [Ww ]ebsite /[Rr ]esources /[Ll ]ibraries
182
+
183
+ [Ww ]ebsite /[Ss ]ignatures
184
+
185
+ [Ww ]ebsite /51 [Dd ]egrees.mobi.config
186
+ [Ww ]ebsite /[Dd ]ot [Nn ]et [Nn ]uke.log4net.config
187
+ [Ww ]ebsite /[Dd ]ot [Nn ]et [Nn ]uke.config
188
+ [Ww ]ebsite /[Ss ]ite [Aa ]nalytics.config
189
+ [Ww ]ebsite /[Ss ]ite [Uu ]rls.config
190
+ [Ww ]ebsite /web.config
191
+ [Ww ]ebsite /app_offline.htm
192
+
193
+ # ignore all other language resx files
194
+ * .de-DE.resx
195
+ * .es-ES.resx
196
+ * .fr-FR.resx
197
+ * .it-IT.resx
198
+ * .nl-NL.resx
199
+
200
+ # but do track translations in the Install folder
201
+ ! [Ww ]ebsite /[Ii ]nstall /[Aa ]pp_ [Ll ]ocal [Rr ]esources /* .de-DE.resx
202
+ ! [Ww ]ebsite /[Ii ]nstall /[Aa ]pp_ [Ll ]ocal [Rr ]esources /* .es-ES.resx
203
+ ! [Ww ]ebsite /[Ii ]nstall /[Aa ]pp_ [Ll ]ocal [Rr ]esources /* .fr-FR.resx
204
+ ! [Ww ]ebsite /[Ii ]nstall /[Aa ]pp_ [Ll ]ocal [Rr ]esources /* .it-IT.resx
205
+ ! [Ww ]ebsite /[Ii ]nstall /[Aa ]pp_ [Ll ]ocal [Rr ]esources /* .nl-NL.resx
206
+
207
+ * .zip.manifest
208
+
209
+ # ###########
210
+ # # Windows
211
+ # ###########
212
+
213
+ # Windows image file caches
214
+ Thumbs.db
215
+
216
+ # Folder config file
217
+ Desktop.ini
218
+ Website /Install /Temp /
0 commit comments