diff --git a/.gitattributes b/.gitattributes index dd69b56..9591361 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore index 007e8f2..e527061 100644 --- a/.gitignore +++ b/.gitignore @@ -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