chore: update git config
This commit is contained in:
parent
4ca1258e3e
commit
5646d0a9f4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue