Skip to content

Commit 97c70b0

Browse files
authored
[TASK] Automate updates from core (#17)
This patch automates the updates from the TYPO3 Core by perdiodically check for changes, commit it and create a pull request. Resolves #15
1 parent d507c8a commit 97c70b0

File tree

4 files changed

+439
-0
lines changed

4 files changed

+439
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.ddev export-ignore
22
/.github export-ignore
33
/.vscode export-ignore
4+
/build/ export-ignore
45
/tests/ export-ignore
56
/.editorconfig export-ignore
67
/.gitattributes export-ignore
@@ -11,6 +12,8 @@
1112
/phpunit.xml export-ignore
1213

1314
# Enforce checkout with linux lf consistent over all platforms
15+
*.js text eol=lf
16+
*.ts text eol=lf
1417
*.dist text eol=lf
1518
*.json text eol=lf
1619
*.php text eol=lf

0 commit comments

Comments
 (0)