Skip to content

Commit cd80f7a

Browse files
Merge pull request #60 from umbraco/v2/feature/export
Export artifacts (content, schema and files)
2 parents 012b642 + 04a048d commit cd80f7a

File tree

89 files changed

+1898
-18227
lines changed

Some content is hidden

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

89 files changed

+1898
-18227
lines changed

.artifactignore

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

.editorconfig

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

.gitattributes

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* text=auto
12
*.doc diff=astextplain
23
*.DOC diff=astextplain
34
*.docx diff=astextplain
@@ -13,7 +14,7 @@
1314
*.png binary
1415
*.gif binary
1516

16-
*.cs text=auto diff=csharp
17+
*.cs text=auto diff=csharp
1718
*.vb text=auto
1819
*.c text=auto
1920
*.cpp text=auto
@@ -41,9 +42,15 @@
4142
*.fs text=auto
4243
*.fsx text=auto
4344
*.hs text=auto
45+
*.json text=auto
46+
*.xml text=auto
47+
*.resx text=auto
48+
*.yml text eol=lf core.whitespace whitespace=tab-in-indent,trailing-space,tabwidth=2
4449

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
50+
*.csproj text=auto merge=union
51+
*.vbproj text=auto merge=union
52+
*.fsproj text=auto merge=union
53+
*.dbproj text=auto merge=union
54+
*.sln text=auto eol=crlf merge=union
55+
56+
*.gitattributes text=auto

0 commit comments

Comments
 (0)