Skip to content

Commit 33d69e4

Browse files
committed
project: Add config
1 parent 3f38a68 commit 33d69e4

File tree

3 files changed

+371
-0
lines changed

3 files changed

+371
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*]
2+
end_of_line = crlf
3+
insert_final_newline = true
4+
indent_style = tab

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cs linguist-language=C#

.gitignore

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

0 commit comments

Comments
 (0)