Skip to content

Commit 0f3649f

Browse files
init
1 parent d7979c1 commit 0f3649f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2158
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)