変愚蛮怒のメインリポジトリです
修订版 | 6e671ae669aa5c19443f83761ec8c38e18340757 (tree) |
---|---|
时间 | 2017-09-10 10:54:01 |
作者 | Habu <habu@user...> |
Commiter | Habu |
Visual Studio 用の .gitignore 更新
@@ -36,30 +36,57 @@ lib/save/ | ||
36 | 36 | ### https://github.com/github/gitignore/blob/master/VisualStudio.gitignore |
37 | 37 | ## Ignore Visual Studio temporary files, build results, and |
38 | 38 | ## files generated by popular Visual Studio add-ons. |
39 | +## | |
40 | +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
39 | 41 | |
40 | 42 | # User-specific files |
41 | 43 | *.suo |
42 | 44 | *.user |
45 | +*.userosscache | |
43 | 46 | *.sln.docstates |
44 | 47 | |
48 | +# User-specific files (MonoDevelop/Xamarin Studio) | |
49 | +*.userprefs | |
50 | + | |
45 | 51 | # Build results |
46 | 52 | [Dd]ebug/ |
47 | 53 | [Dd]ebugPublic/ |
48 | 54 | [Rr]elease/ |
55 | +[Rr]eleases/ | |
49 | 56 | x64/ |
50 | -build/ | |
57 | +x86/ | |
51 | 58 | bld/ |
52 | 59 | [Bb]in/ |
53 | 60 | [Oo]bj/ |
61 | +[Ll]og/ | |
62 | + | |
63 | +# Visual Studio 2015 cache/options directory | |
64 | +.vs/ | |
65 | +# Uncomment if you have tasks that create the project's static files in wwwroot | |
66 | +#wwwroot/ | |
54 | 67 | |
55 | 68 | # MSTest test Results |
56 | 69 | [Tt]est[Rr]esult*/ |
57 | 70 | [Bb]uild[Ll]og.* |
58 | 71 | |
59 | -#NUNIT | |
72 | +# NUNIT | |
60 | 73 | *.VisualState.xml |
61 | 74 | TestResult.xml |
62 | 75 | |
76 | +# Build Results of an ATL Project | |
77 | +[Dd]ebugPS/ | |
78 | +[Rr]eleasePS/ | |
79 | +dlldata.c | |
80 | + | |
81 | +# Benchmark Results | |
82 | +BenchmarkDotNet.Artifacts/ | |
83 | + | |
84 | +# .NET Core | |
85 | +project.lock.json | |
86 | +project.fragment.lock.json | |
87 | +artifacts/ | |
88 | +**/Properties/launchSettings.json | |
89 | + | |
63 | 90 | *_i.c |
64 | 91 | *_p.c |
65 | 92 | *_i.h |
@@ -92,14 +119,18 @@ _Chutzpah* | ||
92 | 119 | ipch/ |
93 | 120 | *.aps |
94 | 121 | *.ncb |
122 | +*.opendb | |
95 | 123 | *.opensdf |
96 | 124 | *.sdf |
97 | 125 | *.cachefile |
126 | +*.VC.db | |
127 | +*.VC.VC.opendb | |
98 | 128 | |
99 | 129 | # Visual Studio profiler |
100 | 130 | *.psess |
101 | 131 | *.vsp |
102 | 132 | *.vspx |
133 | +*.sap | |
103 | 134 | |
104 | 135 | # TFS 2012 Local Workspace |
105 | 136 | $tf/ |
@@ -112,7 +143,7 @@ _ReSharper*/ | ||
112 | 143 | *.[Rr]e[Ss]harper |
113 | 144 | *.DotSettings.user |
114 | 145 | |
115 | -# JustCode is a .NET coding addin-in | |
146 | +# JustCode is a .NET coding add-in | |
116 | 147 | .JustCode |
117 | 148 | |
118 | 149 | # TeamCity is a build add-in |
@@ -121,10 +152,18 @@ _TeamCity* | ||
121 | 152 | # DotCover is a Code Coverage Tool |
122 | 153 | *.dotCover |
123 | 154 | |
155 | +# AxoCover is a Code Coverage Tool | |
156 | +.axoCover/* | |
157 | +!.axoCover/settings.json | |
158 | + | |
159 | +# Visual Studio code coverage results | |
160 | +*.coverage | |
161 | +*.coveragexml | |
162 | + | |
124 | 163 | # NCrunch |
125 | -*.ncrunch* | |
126 | 164 | _NCrunch_* |
127 | 165 | .*crunch*.local.xml |
166 | +nCrunchTemp_* | |
128 | 167 | |
129 | 168 | # MightyMoose |
130 | 169 | *.mm.* |
@@ -152,50 +191,79 @@ publish/ | ||
152 | 191 | # Publish Web Output |
153 | 192 | *.[Pp]ublish.xml |
154 | 193 | *.azurePubxml |
155 | - | |
156 | -# NuGet Packages Directory | |
157 | -## TODO: If you have NuGet Package Restore enabled, uncomment the next line | |
158 | -#packages/* | |
159 | -## TODO: If the tool you use requires repositories.config, also uncomment the next line | |
160 | -#!packages/repositories.config | |
161 | - | |
162 | -# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets | |
163 | -# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented) | |
164 | -!packages/build/ | |
165 | - | |
166 | -# Windows Azure Build Output | |
194 | +# Note: Comment the next line if you want to checkin your web deploy settings, | |
195 | +# but database connection strings (with potential passwords) will be unencrypted | |
196 | +*.pubxml | |
197 | +*.publishproj | |
198 | + | |
199 | +# Microsoft Azure Web App publish settings. Comment the next line if you want to | |
200 | +# checkin your Azure Web App publish settings, but sensitive information contained | |
201 | +# in these scripts will be unencrypted | |
202 | +PublishScripts/ | |
203 | + | |
204 | +# NuGet Packages | |
205 | +*.nupkg | |
206 | +# The packages folder can be ignored because of Package Restore | |
207 | +**/packages/* | |
208 | +# except build/, which is used as an MSBuild target. | |
209 | +!**/packages/build/ | |
210 | +# Uncomment if necessary however generally it will be regenerated when needed | |
211 | +#!**/packages/repositories.config | |
212 | +# NuGet v3's project.json files produces more ignorable files | |
213 | +*.nuget.props | |
214 | +*.nuget.targets | |
215 | + | |
216 | +# Microsoft Azure Build Output | |
167 | 217 | csx/ |
168 | 218 | *.build.csdef |
169 | 219 | |
170 | -# Windows Store app package directory | |
220 | +# Microsoft Azure Emulator | |
221 | +ecf/ | |
222 | +rcf/ | |
223 | + | |
224 | +# Windows Store app package directories and files | |
171 | 225 | AppPackages/ |
226 | +BundleArtifacts/ | |
227 | +Package.StoreAssociation.xml | |
228 | +_pkginfo.txt | |
229 | +*.appx | |
230 | + | |
231 | +# Visual Studio cache files | |
232 | +# files ending in .cache can be ignored | |
233 | +*.[Cc]ache | |
234 | +# but keep track of directories ending in .cache | |
235 | +!*.[Cc]ache/ | |
172 | 236 | |
173 | 237 | # Others |
174 | -sql/ | |
175 | -*.Cache | |
176 | 238 | ClientBin/ |
177 | -[Ss]tyle[Cc]op.* | |
178 | 239 | ~$* |
179 | 240 | *~ |
180 | 241 | *.dbmdl |
181 | 242 | *.dbproj.schemaview |
243 | +*.jfm | |
182 | 244 | *.pfx |
183 | 245 | *.publishsettings |
184 | -node_modules/ | |
246 | +orleans.codegen.cs | |
247 | + | |
248 | +# Since there are multiple workflows, uncomment next line to ignore bower_components | |
249 | +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | |
250 | +#bower_components/ | |
185 | 251 | |
186 | 252 | # RIA/Silverlight projects |
187 | 253 | Generated_Code/ |
188 | 254 | |
189 | -# Backup & report files from converting an old project file to a newer | |
190 | -# Visual Studio version. Backup files are not needed, because we have git ;-) | |
255 | +# Backup & report files from converting an old project file | |
256 | +# to a newer Visual Studio version. Backup files are not needed, | |
257 | +# because we have git ;-) | |
191 | 258 | _UpgradeReport_Files/ |
192 | 259 | Backup*/ |
193 | 260 | UpgradeLog*.XML |
194 | 261 | UpgradeLog*.htm |
195 | 262 | |
196 | 263 | # SQL Server files |
197 | -App_Data/*.mdf | |
198 | -App_Data/*.ldf | |
264 | +*.mdf | |
265 | +*.ldf | |
266 | +*.ndf | |
199 | 267 | |
200 | 268 | # Business Intelligence projects |
201 | 269 | *.rdl.data |
@@ -205,16 +273,66 @@ App_Data/*.ldf | ||
205 | 273 | # Microsoft Fakes |
206 | 274 | FakesAssemblies/ |
207 | 275 | |
208 | -# ========================= | |
209 | -# Windows detritus | |
210 | -# ========================= | |
276 | +# GhostDoc plugin setting file | |
277 | +*.GhostDoc.xml | |
278 | + | |
279 | +# Node.js Tools for Visual Studio | |
280 | +.ntvs_analysis.dat | |
281 | +node_modules/ | |
282 | + | |
283 | +# Typescript v1 declaration files | |
284 | +typings/ | |
285 | + | |
286 | +# Visual Studio 6 build log | |
287 | +*.plg | |
288 | + | |
289 | +# Visual Studio 6 workspace options file | |
290 | +*.opt | |
291 | + | |
292 | +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | |
293 | +*.vbw | |
294 | + | |
295 | +# Visual Studio LightSwitch build output | |
296 | +**/*.HTMLClient/GeneratedArtifacts | |
297 | +**/*.DesktopClient/GeneratedArtifacts | |
298 | +**/*.DesktopClient/ModelManifest.xml | |
299 | +**/*.Server/GeneratedArtifacts | |
300 | +**/*.Server/ModelManifest.xml | |
301 | +_Pvt_Extensions | |
302 | + | |
303 | +# Paket dependency manager | |
304 | +.paket/paket.exe | |
305 | +paket-files/ | |
306 | + | |
307 | +# FAKE - F# Make | |
308 | +.fake/ | |
309 | + | |
310 | +# JetBrains Rider | |
311 | +.idea/ | |
312 | +*.sln.iml | |
313 | + | |
314 | +# CodeRush | |
315 | +.cr/ | |
316 | + | |
317 | +# Python Tools for Visual Studio (PTVS) | |
318 | +__pycache__/ | |
319 | +*.pyc | |
320 | + | |
321 | +# Cake - Uncomment if you are using it | |
322 | +# tools/** | |
323 | +# !tools/packages.config | |
324 | + | |
325 | +# Tabs Studio | |
326 | +*.tss | |
211 | 327 | |
212 | -# Windows image file caches | |
213 | -Thumbs.db | |
214 | -ehthumbs.db | |
328 | +# Telerik's JustMock configuration file | |
329 | +*.jmconfig | |
215 | 330 | |
216 | -# Folder config file | |
217 | -Desktop.ini | |
331 | +# BizTalk build output | |
332 | +*.btp.cs | |
333 | +*.btm.cs | |
334 | +*.odx.cs | |
335 | +*.xsd.cs | |
218 | 336 | |
219 | -# Recycle Bin used on file shares | |
220 | -$RECYCLE.BIN/ | |
337 | +# OpenCover UI analysis results | |
338 | +OpenCover/ |