Skip to content

Commit 4a4cc3e

Browse files
Merge pull request #61 from umbraco/v4/feature/import-legacy-artifacts
Add legacy migrators and type resolver to allow importing from Umbraco 7
2 parents 643c4bc + 95f216e commit 4a4cc3e

File tree

98 files changed

+2795
-20954
lines changed

Some content is hidden

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

98 files changed

+2795
-20954
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)