Mercurial > Grille > Grille-Config
comparison .hgignore @ 1:a2855cd2d97e default tip
Update: .hgignore
author | Franklin Schmit <meokcin@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 10:24:33 +0800 |
parents | 689cde763395 |
children |
comparison
equal
deleted
inserted
replaced
0:689cde763395 | 1:a2855cd2d97e |
---|---|
1 syntax: glob | 1 syntax: glob |
2 | 2 |
3 # Rider | 3 # User-specific files |
4 .idea/ | 4 *.rsuser |
5 *.iml | |
6 *.iws | |
7 *.ipr | |
8 *.iws | |
9 | |
10 # Rider 编译输出 | |
11 bin/ | |
12 obj/ | |
13 *.suo | 5 *.suo |
14 *.user | 6 *.user |
7 *.userosscache | |
8 *.sln.docstates | |
9 | |
10 # User-specific files (MonoDevelop/Xamarin Studio) | |
15 *.userprefs | 11 *.userprefs |
16 | 12 |
17 # Rider 缓存 | 13 # Mono auto generated files |
18 *.DS_Store | 14 mono_crash.* |
19 | 15 |
20 # Rider 项目设置 | 16 # Build results |
21 .idea/ | 17 [Dd]ebug/ |
22 | 18 [Dd]ebugPublic/ |
23 # Visual Studio | 19 [Rr]elease/ |
20 [Rr]eleases/ | |
21 x64/ | |
22 x86/ | |
23 [Ww][Ii][Nn]32/ | |
24 [Aa][Rr][Mm]/ | |
25 [Aa][Rr][Mm]64/ | |
26 bld/ | |
27 [Bb]in/ | |
28 [Oo]bj/ | |
29 [Ll]og/ | |
30 [Ll]ogs/ | |
31 | |
32 # Visual Studio 2015/2017 cache/options directory | |
24 .vs/ | 33 .vs/ |
25 *.user | 34 # Uncomment if you have tasks that create the project's static files in wwwroot |
26 *.sln.docstates | 35 #wwwroot/ |
27 *.suo | 36 |
28 *.userprefs | 37 # Visual Studio 2017 auto generated files |
29 *.usertasks | 38 Generated\ Files/ |
39 | |
40 # MSTest test Results | |
41 [Tt]est[Rr]esult*/ | |
42 [Bb]uild[Ll]og.* | |
43 | |
44 # NUnit | |
45 *.VisualState.xml | |
46 TestResult.xml | |
47 nunit-*.xml | |
48 | |
49 # Build Results of an ATL Project | |
50 [Dd]ebugPS/ | |
51 [Rr]eleasePS/ | |
52 dlldata.c | |
53 | |
54 # Benchmark Results | |
55 BenchmarkDotNet.Artifacts/ | |
56 | |
57 # .NET Core | |
58 project.lock.json | |
59 project.fragment.lock.json | |
60 artifacts/ | |
61 | |
62 # ASP.NET Scaffolding | |
63 ScaffoldingReadMe.txt | |
64 | |
65 # StyleCop | |
66 StyleCopReport.xml | |
67 | |
68 # Files built by Visual Studio | |
69 *_i.c | |
70 *_p.c | |
71 *_h.h | |
72 *.ilk | |
73 *.meta | |
74 *.obj | |
75 *.iobj | |
76 *.pch | |
77 *.pdb | |
78 *.ipdb | |
79 *.pgc | |
80 *.pgd | |
81 *.rsp | |
82 *.sbr | |
83 *.tlb | |
84 *.tli | |
85 *.tlh | |
86 *.tmp | |
87 *.tmp_proj | |
88 *_wpftmp.csproj | |
89 *.log | |
90 *.tlog | |
91 *.vspscc | |
30 *.vssscc | 92 *.vssscc |
31 | 93 .builds |
32 # Visual Studio 编译输出 | 94 *.pidb |
33 bin/ | 95 *.svclog |
34 obj/ | 96 *.scc |
35 Debug/ | 97 |
36 Release/ | 98 # Chutzpah Test files |
37 | 99 _Chutzpah* |
38 # Visual Studio 临时文件 | 100 |
39 *.tmp | 101 # Visual C++ cache files |
40 *.bak | 102 ipch/ |
41 *.cache | 103 *.aps |
42 Thumbs.db | |
43 | |
44 # Visual Studio 项目设置 | |
45 *.csproj.user | |
46 *.filters | |
47 *.ncb | 104 *.ncb |
48 *.sln.docstates | 105 *.opendb |
49 | 106 *.opensdf |
50 # Visual Studio 调试文件 | 107 *.sdf |
51 *.pdb | 108 *.cachefile |
52 *.pdbx | 109 *.VC.db |
53 *.bak2 | 110 *.VC.VC.opendb |
54 *.bak3 | 111 |
55 | 112 # Visual Studio profiler |
56 # 其他通用忽略 | 113 *.psess |
57 *.log | 114 *.vsp |
58 *.swp | 115 *.vspx |
59 *.swo | 116 *.sap |
60 *.tmp | 117 |
61 *.bak | 118 # Visual Studio Trace Files |
62 *.DS_Store | 119 *.e2e |
120 | |
121 # TFS 2012 Local Workspace | |
122 $tf/ | |
123 | |
124 # Guidance Automation Toolkit | |
125 *.gpState | |
126 | |
127 # ReSharper is a .NET coding add-in | |
128 _ReSharper*/ | |
129 *.[Rr]e[Ss]harper | |
130 *.DotSettings.user | |
131 | |
132 # TeamCity is a build add-in | |
133 _TeamCity* | |
134 | |
135 # DotCover is a Code Coverage Tool | |
136 *.dotCover | |
137 | |
138 # AxoCover is a Code Coverage Tool | |
139 .axoCover/* | |
140 !.axoCover/settings.json | |
141 | |
142 # Coverlet is a free, cross platform Code Coverage Tool | |
143 coverage*.json | |
144 coverage*.xml | |
145 coverage*.info | |
146 | |
147 # Visual Studio code coverage results | |
148 *.coverage | |
149 *.coveragexml | |
150 | |
151 # NCrunch | |
152 _NCrunch_* | |
153 .*crunch*.local.xml | |
154 nCrunchTemp_* | |
155 | |
156 # MightyMoose | |
157 *.mm.* | |
158 AutoTest.Net/ | |
159 | |
160 # Web workbench (sass) | |
161 .sass-cache/ | |
162 | |
163 # Installshield output folder | |
164 [Ee]xpress/ | |
165 | |
166 # DocProject is a documentation generator add-in | |
167 DocProject/buildhelp/ | |
168 DocProject/Help/*.HxT | |
169 DocProject/Help/*.HxC | |
170 DocProject/Help/*.hhc | |
171 DocProject/Help/*.hhk | |
172 DocProject/Help/*.hhp | |
173 DocProject/Help/Html2 | |
174 DocProject/Help/html | |
175 | |
176 # Click-Once directory | |
177 publish/ | |
178 | |
179 # Publish Web Output | |
180 *.[Pp]ublish.xml | |
181 *.azurePubxml | |
182 # Note: Comment the next line if you want to checkin your web deploy settings, | |
183 # but database connection strings (with potential passwords) will be unencrypted | |
184 *.pubxml | |
185 *.publishproj | |
186 | |
187 # Microsoft Azure Web App publish settings. Comment the next line if you want to | |
188 # checkin your Azure Web App publish settings, but sensitive information contained | |
189 # in these scripts will be unencrypted | |
190 PublishScripts/ | |
191 | |
192 # NuGet Packages | |
193 *.nupkg | |
194 # NuGet Symbol Packages | |
195 *.snupkg | |
196 # The packages folder can be ignored because of Package Restore | |
197 **/[Pp]ackages/* | |
198 # except build/, which is used as an MSBuild target. | |
199 !**/[Pp]ackages/build/ | |
200 # Uncomment if necessary however generally it will be regenerated when needed | |
201 #!**/[Pp]ackages/repositories.config | |
202 # NuGet v3's project.json files produces more ignorable files | |
203 *.nuget.props | |
204 *.nuget.targets | |
205 | |
206 # Microsoft Azure Build Output | |
207 csx/ | |
208 *.build.csdef | |
209 | |
210 # Microsoft Azure Emulator | |
211 ecf/ | |
212 rcf/ | |
213 | |
214 # Windows Store app package directories and files | |
215 AppPackages/ | |
216 BundleArtifacts/ | |
217 Package.StoreAssociation.xml | |
218 _pkginfo.txt | |
219 *.appx | |
220 *.appxbundle | |
221 *.appxupload | |
222 | |
223 # Visual Studio cache files | |
224 # files ending in .cache can be ignored | |
225 *.[Cc]ache | |
226 # but keep track of directories ending in .cache | |
227 !?*.[Cc]ache/ | |
228 | |
229 # Others | |
230 ClientBin/ | |
231 ~$* | |
232 *~ | |
233 *.dbmdl | |
234 *.dbproj.schemaview | |
235 *.jfm | |
236 *.pfx | |
237 *.publishsettings | |
238 orleans.codegen.cs | |
239 | |
240 # Including strong name files can present a security risk | |
241 # (https://github.com/github/gitignore/pull/2483#issue-259490424) | |
242 #*.snk | |
243 | |
244 # Since there are multiple workflows, uncomment next line to ignore bower_components | |
245 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | |
246 #bower_components/ | |
247 | |
248 # RIA/Silverlight projects | |
249 Generated_Code/ | |
250 | |
251 # Backup & report files from converting an old project file | |
252 # to a newer Visual Studio version. Backup files are not needed, | |
253 # because we have git ;-) | |
254 _UpgradeReport_Files/ | |
255 Backup*/ | |
256 UpgradeLog*.XML | |
257 UpgradeLog*.htm | |
258 ServiceFabricBackup/ | |
259 *.rptproj.bak | |
260 | |
261 # SQL Server files | |
262 *.mdf | |
263 *.ldf | |
264 *.ndf | |
265 | |
266 # Business Intelligence projects | |
267 *.rdl.data | |
268 *.bim.layout | |
269 *.bim_*.settings | |
270 *.rptproj.rsuser | |
271 *- [Bb]ackup.rdl | |
272 *- [Bb]ackup ([0-9]).rdl | |
273 *- [Bb]ackup ([0-9][0-9]).rdl | |
274 | |
275 # Microsoft Fakes | |
276 FakesAssemblies/ | |
277 | |
278 # GhostDoc plugin setting file | |
279 *.GhostDoc.xml | |
280 | |
281 # Node.js Tools for Visual Studio | |
282 .ntvs_analysis.dat | |
283 node_modules/ | |
284 | |
285 # Visual Studio 6 build log | |
286 *.plg | |
287 | |
288 # Visual Studio 6 workspace options file | |
289 *.opt | |
290 | |
291 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | |
292 *.vbw | |
293 | |
294 # Visual Studio 6 auto-generated project file (contains which files were open etc.) | |
295 *.vbp | |
296 | |
297 # Visual Studio 6 workspace and project file (working project files containing files to include in project) | |
298 *.dsw | |
299 *.dsp | |
300 | |
301 # Visual Studio 6 technical files | |
302 | |
303 # Visual Studio LightSwitch build output | |
304 **/*.HTMLClient/GeneratedArtifacts | |
305 **/*.DesktopClient/GeneratedArtifacts | |
306 **/*.DesktopClient/ModelManifest.xml | |
307 **/*.Server/GeneratedArtifacts | |
308 **/*.Server/ModelManifest.xml | |
309 _Pvt_Extensions | |
310 | |
311 # Paket dependency manager | |
312 .paket/paket.exe | |
313 paket-files/ | |
314 | |
315 # FAKE - F# Make | |
316 .fake/ | |
317 | |
318 # CodeRush personal settings | |
319 .cr/personal | |
320 | |
321 # Python Tools for Visual Studio (PTVS) | |
322 __pycache__/ | |
323 *.pyc | |
324 | |
325 # Cake - Uncomment if you are using it | |
326 # tools/** | |
327 # !tools/packages.config | |
328 | |
329 # Tabs Studio | |
330 *.tss | |
331 | |
332 # Telerik's JustMock configuration file | |
333 *.jmconfig | |
334 | |
335 # BizTalk build output | |
336 *.btp.cs | |
337 *.btm.cs | |
338 *.odx.cs | |
339 *.xsd.cs | |
340 | |
341 # OpenCover UI analysis results | |
342 OpenCover/ | |
343 | |
344 # Azure Stream Analytics local run output | |
345 ASALocalRun/ | |
346 | |
347 # MSBuild Binary and Structured Log | |
348 *.binlog | |
349 | |
350 # NVidia Nsight GPU debugger configuration file | |
351 *.nvuser | |
352 | |
353 # MFractors (Xamarin productivity tool) working folder | |
354 .mfractor/ | |
355 | |
356 # Local History for Visual Studio | |
357 .localhistory/ | |
358 | |
359 # Visual |