Skip to content

Commit

Permalink
[TASK] Add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
NarkNiro committed Aug 10, 2023
1 parent 0ffa82e commit fe5f51e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitattributes
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

0 comments on commit fe5f51e

Please sign in to comment.