-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Folders | ||
/.ddev export-ignore | ||
/.github export-ignore | ||
/.vscode export-ignore | ||
/.Build export-ignore | ||
/Build/ export-ignore | ||
/Tests/ export-ignore | ||
|
||
# Files | ||
.editorconfig export-ignore | ||
.gitattributes export-ignore | ||
.gitignore 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 |