Skip to content

Commit c03add6

Browse files
committed
First Commit
1 parent 53a9597 commit c03add6

File tree

1,616 files changed

+479525
-0
lines changed

Some content is hidden

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

1,616 files changed

+479525
-0
lines changed

.gitignore

+112
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2+
[Bb]in/
3+
[Oo]bj/
4+
SDK Assemblies/
5+
6+
# mstest test results
7+
TestResults
8+
9+
## Ignore Visual Studio temporary files, build results, and
10+
## files generated by popular Visual Studio add-ons.
11+
12+
# User-specific files
13+
*.suo
14+
*.user
15+
*.sln.docstates
16+
17+
# Build results
18+
[Dd]ebug/
19+
[Rr]elease/
20+
x64/
21+
*_i.c
22+
*_p.c
23+
*.ilk
24+
*.meta
25+
*.obj
26+
*.pch
27+
*.pdb
28+
*.pgc
29+
*.pgd
30+
*.rsp
31+
*.sbr
32+
*.tlb
33+
*.tli
34+
*.tlh
35+
*.tmp
36+
*.log
37+
*.vspscc
38+
*.vssscc
39+
.builds
40+
41+
# Visual C++ cache files
42+
ipch/
43+
*.aps
44+
*.ncb
45+
*.opensdf
46+
*.sdf
47+
48+
# Visual Studio profiler
49+
*.psess
50+
*.vsp
51+
*.vspx
52+
53+
# Guidance Automation Toolkit
54+
*.gpState
55+
56+
# ReSharper is a .NET coding add-in
57+
_ReSharper*
58+
59+
# NCrunch
60+
*.ncrunch*
61+
.*crunch*.local.xml
62+
63+
# Installshield output folder
64+
[Ee]xpress
65+
66+
# DocProject is a documentation generator add-in
67+
DocProject/buildhelp/
68+
DocProject/Help/*.HxT
69+
DocProject/Help/*.HxC
70+
DocProject/Help/*.hhc
71+
DocProject/Help/*.hhk
72+
DocProject/Help/*.hhp
73+
DocProject/Help/Html2
74+
DocProject/Help/html
75+
76+
# Click-Once directory
77+
publish
78+
79+
# Publish Web Output
80+
*.Publish.xml
81+
82+
# NuGet Packages Directory
83+
packages
84+
85+
# Nuget package creation
86+
NuGet/lib
87+
88+
# Windows Azure Build Output
89+
csx
90+
*.build.csdef
91+
92+
# Windows Store app package directory
93+
AppPackages/
94+
95+
# Others
96+
[Bb]in
97+
[Oo]bj
98+
sql
99+
TestResults
100+
[Tt]est[Rr]esult*
101+
*.Cache
102+
ClientBin
103+
[Ss]tyle[Cc]op.*
104+
~$*
105+
*.dbmdl
106+
Generated_Code #added for RIA/Silverlight projects
107+
108+
# Backup & report files from converting an old project file to a newer
109+
# Visual Studio version. Backup files are not needed, because we have git ;-)
110+
_UpgradeReport_Files/
111+
Backup*/
112+
UpgradeLog*.XML

0 commit comments

Comments
 (0)