Skip to content

Commit

Permalink
update git settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 16, 2024
1 parent 9c5558b commit 9feacb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Declare text files with unix file ending
*.any text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
*.config text eol=lf
*.css text eol=lf
*.dtd text eol=lf
*.esp text eol=lf
*.ecma text eol=lf
*.farm text eol=lf
*.gdsl text eol=lf
*.groovy text eol=lf
*.hbrs text eol=lf
*.hbs text eol=lf
Expand All @@ -15,6 +19,7 @@
*.js text eol=lf
*.json text eol=lf
*.jsp text eol=lf
*.md text eol=lf
*.mustache text eol=lf
*.tld text eol=lf
*.launch text eol=lf
Expand All @@ -24,14 +29,19 @@
*.project text eol=lf
*.properties text eol=lf
*.props text eol=lf
*.py text eol=lf
*.rules text eol=lf
*.sass text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.shtm text eol=lf
*.shtml text eol=lf
*.sql text eol=lf
*.svg text eol=lf
*.tf text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.vhost text eol=lf
*.vm text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ npm-debug.log
.vlt
.vlt-sync*
.brackets.json
.aio

0 comments on commit 9feacb0

Please sign in to comment.