Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit 7504f79

Browse files
committed
Add/update git files
1 parent 1e46ef0 commit 7504f79

File tree

2 files changed

+281
-9
lines changed

2 files changed

+281
-9
lines changed

.gitattributes

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
*.ico binary
47+
48+
###############################################################################
49+
# diff behavior for common document formats
50+
#
51+
# Convert binary document formats to text before diffing them. This feature
52+
# is only available from the command line. Turn it on by uncommenting the
53+
# entries below.
54+
###############################################################################
55+
#*.doc diff=astextplain
56+
#*.DOC diff=astextplain
57+
#*.docx diff=astextplain
58+
#*.DOCX diff=astextplain
59+
#*.dot diff=astextplain
60+
#*.DOT diff=astextplain
61+
#*.pdf diff=astextplain
62+
#*.PDF diff=astextplain
63+
#*.rtf diff=astextplain
64+
#*.RTF diff=astextplain

.gitignore

Lines changed: 217 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,217 @@
1-
###############
2-
# folder #
3-
###############
4-
/**/DROP/
5-
/**/TEMP/
6-
/**/packages/
7-
/**/bin/
8-
/**/obj/
9-
_site
1+
_build/
2+
_site/
3+
Properties/
4+
5+
# Use git add -f to force override .sln when required. Not needed in most cases.
6+
# git add -f myProj.sln
7+
*.sln
8+
9+
Project_Readme.html
10+
11+
## Ignore Visual Studio temporary files, build results, and
12+
## files generated by popular Visual Studio add-ons.
13+
14+
# User-specific files
15+
*.suo
16+
*.user
17+
*.userosscache
18+
*.sln.docstates
19+
*.vscode/
20+
# User-specific files (MonoDevelop/Xamarin Studio)
21+
*.userprefs
22+
23+
# Build results
24+
[Dd]ebug/
25+
[Dd]ebugPublic/
26+
[Rr]elease/
27+
[Rr]eleases/
28+
x64/
29+
x86/
30+
build/
31+
bld/
32+
[Bb]in/
33+
[Oo]bj/
34+
35+
# Visual Studo 2015 cache/options directory
36+
.vs/
37+
38+
# MSTest test Results
39+
[Tt]est[Rr]esult*/
40+
[Bb]uild[Ll]og.*
41+
42+
# NUNIT
43+
*.VisualState.xml
44+
TestResult.xml
45+
46+
# Build Results of an ATL Project
47+
[Dd]ebugPS/
48+
[Rr]eleasePS/
49+
dlldata.c
50+
51+
*_i.c
52+
*_p.c
53+
*_i.h
54+
*.ilk
55+
*.meta
56+
*.obj
57+
*.pch
58+
*.pdb
59+
*.pgc
60+
*.pgd
61+
*.rsp
62+
*.sbr
63+
*.tlb
64+
*.tli
65+
*.tlh
66+
*.tmp
67+
*.tmp_proj
68+
*.log
69+
*.vspscc
70+
*.vssscc
71+
.builds
72+
*.pidb
73+
*.svclog
74+
*.scc
75+
76+
# Chutzpah Test files
77+
_Chutzpah*
78+
79+
# Visual C++ cache files
80+
ipch/
81+
*.aps
82+
*.ncb
83+
*.opensdf
84+
*.sdf
85+
*.cachefile
86+
87+
# Visual Studio profiler
88+
*.psess
89+
*.vsp
90+
*.vspx
91+
92+
# TFS 2012 Local Workspace
93+
$tf/
94+
95+
# Guidance Automation Toolkit
96+
*.gpState
97+
98+
# ReSharper is a .NET coding add-in
99+
_ReSharper*/
100+
*.[Rr]e[Ss]harper
101+
*.DotSettings.user
102+
103+
# JustCode is a .NET coding addin-in
104+
.JustCode
105+
106+
# TeamCity is a build add-in
107+
_TeamCity*
108+
109+
# DotCover is a Code Coverage Tool
110+
*.dotCover
111+
112+
# NCrunch
113+
_NCrunch_*
114+
.*crunch*.local.xml
115+
116+
# MightyMoose
117+
*.mm.*
118+
AutoTest.Net/
119+
120+
# Web workbench (sass)
121+
.sass-cache/
122+
123+
# Installshield output folder
124+
[Ee]xpress/
125+
126+
# DocProject is a documentation generator add-in
127+
DocProject/buildhelp/
128+
DocProject/Help/*.HxT
129+
DocProject/Help/*.HxC
130+
DocProject/Help/*.hhc
131+
DocProject/Help/*.hhk
132+
DocProject/Help/*.hhp
133+
DocProject/Help/Html2
134+
DocProject/Help/html
135+
136+
# Click-Once directory
137+
publish/
138+
139+
# Publish Web Output
140+
*.[Pp]ublish.xml
141+
*.azurePubxml
142+
# TODO: Comment the next line if you want to checkin your web deploy settings
143+
# but database connection strings (with potential passwords) will be unencrypted
144+
*.pubxml
145+
*.publishproj
146+
147+
# NuGet Packages
148+
*.nupkg
149+
# The packages folder can be ignored because of Package Restore
150+
**/packages/*
151+
# except build/, which is used as an MSBuild target.
152+
!**/packages/build/
153+
# Uncomment if necessary however generally it will be regenerated when needed
154+
#!**/packages/repositories.config
155+
156+
# Windows Azure Build Output
157+
csx/
158+
*.build.csdef
159+
160+
# Windows Store app package directory
161+
AppPackages/
162+
163+
# Others
164+
*.[Cc]ache
165+
ClientBin/
166+
[Ss]tyle[Cc]op.*
167+
~$*
168+
*~
169+
*.dbmdl
170+
*.dbproj.schemaview
171+
*.pfx
172+
*.publishsettings
173+
node_modules/
174+
bower_components/
175+
176+
# RIA/Silverlight projects
177+
Generated_Code/
178+
179+
# Backup & report files from converting an old project file
180+
# to a newer Visual Studio version. Backup files are not needed,
181+
# because we have git ;-)
182+
_UpgradeReport_Files/
183+
Backup*/
184+
UpgradeLog*.XML
185+
UpgradeLog*.htm
186+
187+
# SQL Server files
188+
*.mdf
189+
*.ldf
190+
191+
# Business Intelligence projects
192+
*.rdl.data
193+
*.bim.layout
194+
*.bim_*.settings
195+
196+
# Microsoft Fakes
197+
FakesAssemblies/
198+
199+
# Node.js Tools for Visual Studio
200+
.ntvs_analysis.dat
201+
202+
# Visual Studio 6 build log
203+
*.plg
204+
205+
# Visual Studio 6 workspace options file
206+
*.opt
207+
208+
project.lock.json
209+
**/sample/**/wwwroot/lib/
210+
**/samples/**/wwwroot/lib/
211+
__pycache__/
212+
213+
#Mac OSX
214+
.DS_Store
215+
216+
# Windows thumbnail cache files
217+
Thumbs.db

0 commit comments

Comments
 (0)