• R/O
  • HTTP
  • SSH
  • HTTPS

dtxmaniaxg-verk-git: 提交

DTXManiaXG(Ver.K)4.00Series


Commit MetaInfo

修訂ff972b6c3113201d5197de2475dcf3f6ef6ff31e (tree)
時間2020-10-05 10:22:32
作者FROM / Kenji Yamazaki <kumakamikoubou@gmai...>
CommiterFROM / Kenji Yamazaki

Log Message

ソリューションに .gitignore ファイルを追加。

コミット時など、無視するべきファイルが大量に「対象外」として表示されるため、本当に新しく対象にすべき「対象外」ファイルが見つかりにくくなるため。

Change Summary

差異

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