chore: update git config

This commit is contained in:
sebthom 2025-07-19 22:18:43 +02:00
parent 4ca1258e3e
commit 5646d0a9f4
2 changed files with 7 additions and 2 deletions

6
.gitattributes vendored
View File

@ -39,6 +39,7 @@
# Config/Serialisation
.editorconfig text
**/.editorconfig text
*.graphql text
*.ini text
*.properties text
*.json text
@ -56,8 +57,11 @@
*.fish text eol=lf
*.sh text eol=lf
*.zsh text eol=lf
*.dart text
*.hx text
*.lua text
*.php text
*.py text
*.python text
*.sql text
**/Dockerfile text eol=lf
@ -125,6 +129,8 @@
*.htm text diff=html
*.html text diff=html
*.js text
*.ts text
*.vue text
# https://git-scm.com/docs/gitattributes#_export_ignore

3
.gitignore vendored
View File

@ -11,7 +11,6 @@ _LOCAL/
.project
.settings/
bin/
**/.*.md.html
# IntelliJ
/.idea
@ -23,7 +22,7 @@ bin/
nb-configuration.xml
# Visual Studio Code
/.vscode
.vscode
# OSX
.DS_Store