Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Folders
/.ddev export-ignore
/.github export-ignore
/.vscode export-ignore
/.Build export-ignore
/Build/ export-ignore
/Tests/ export-ignore
/packages/ export-ignore

# Files
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
.phplint.yml export-ignore
.stylelintrc export-ignore
docker-compose.yaml export-ignore

# Enforce checkout with linux lf consistent over all plattforms
*.xml text eol=lf
*.html text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.svg text eol=lf
*.tmpl text eol=lf
*.js text eol=lf
*.json text eol=lf
*.php text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.ts text eol=lf
*.xlf text eol=lf
*.sql text eol=lf
*.t3s text eol=lf
*.txt text eol=lf
*.typoscript text eol=lf
*.tsconfig text eol=lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ fabric.properties
/composer.json.testing
/.cache/
/Build/testing-docker/.env
/Build/.cache
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'author' => 'Frank Berger',
'author_email' => 'fberger@b-factor.de',
'author_company' => 'Sudhaus 7',
'version' => '1.0.0',
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
Expand Down