# Set default behavior to automatically normalize line endings. * text=auto # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.js text *.ts text *.json text *.md text *.txt text *.yml text *.yaml text *.xml text *.html text *.css text *.scss text *.less text *.sql text *.sh text eol=lf *.bash text eol=lf # Declare files that will always have CRLF line endings on checkout. *.bat text eol=crlf *.cmd text eol=crlf # Node.js specific package-lock.json -diff yarn.lock -diff # Images *.svg text # Configuration files .gitignore text .gitattributes text .editorconfig text .eslintrc* text .prettierrc* text tsconfig*.json text