Skip to content

Commit 474496b

Browse files
committed
Merge branch 'v9/dev' of https://github.com/umbraco/Umbraco.Deploy.Contrib into v9/dev
2 parents 06d181e + 31afcdd commit 474496b

Some content is hidden

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

41 files changed

+5807
-1858
lines changed

.artifactignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**/*
2+
!src/*/bin/**
3+
!src/*/obj/**
4+
!tests/*/bin/**
5+
!tests/*/obj/**

.editorconfig

Lines changed: 393 additions & 9 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1 @@
1-
*.doc diff=astextplain
2-
*.DOC diff=astextplain
3-
*.docx diff=astextplain
4-
*.DOCX diff=astextplain
5-
*.dot diff=astextplain
6-
*.DOT diff=astextplain
7-
*.pdf diff=astextplain
8-
*.PDF diff=astextplain
9-
*.rtf diff=astextplain
10-
*.RTF diff=astextplain
11-
12-
*.jpg binary
13-
*.png binary
14-
*.gif binary
15-
16-
*.cs text=auto diff=csharp
17-
*.vb text=auto
18-
*.c text=auto
19-
*.cpp text=auto
20-
*.cxx text=auto
21-
*.h text=auto
22-
*.hxx text=auto
23-
*.py text=auto
24-
*.rb text=auto
25-
*.java text=auto
26-
*.html text=auto
27-
*.htm text=auto
28-
*.css text=auto
29-
*.scss text=auto
30-
*.sass text=auto
31-
*.less text=auto
32-
*.js text=auto
33-
*.lisp text=auto
34-
*.clj text=auto
35-
*.sql text=auto
36-
*.php text=auto
37-
*.lua text=auto
38-
*.m text=auto
39-
*.asm text=auto
40-
*.erl text=auto
41-
*.fs text=auto
42-
*.fsx text=auto
43-
*.hs text=auto
44-
45-
*.csproj text=auto merge=union
46-
*.vbproj text=auto merge=union
47-
*.fsproj text=auto merge=union
48-
*.dbproj text=auto merge=union
49-
*.sln text=auto eol=crlf merge=union
1+
* text=auto

0 commit comments

Comments
 (0)