# Auto detect text files and perform LF normalization * text=auto # Source code *.js text eol=lf *.mjs text eol=lf *.cjs text eol=lf *.ts text eol=lf *.cts text eol=lf *.mts text eol=lf *.vue text eol=lf *.jsx text eol=lf *.tsx text eol=lf *.json text eol=lf *.jsonc text eol=lf *.json5 text eol=lf *.css text eol=lf *.scss text eol=lf *.sass text eol=lf *.less text eol=lf *.styl text eol=lf *.html text eol=lf *.htm text eol=lf *.xml text eol=lf *.svg text eol=lf *.md text eol=lf *.mdx text eol=lf *.yml text eol=lf *.yaml text eol=lf *.toml text eol=lf # Config files *.config.js text eol=lf *.config.mjs text eol=lf *.config.cjs text eol=lf *.config.ts text eol=lf *.config.mts text eol=lf *.config.cts text eol=lf .eslintrc.js text eol=lf .eslintrc.json text eol=lf .prettierrc text eol=lf .prettierrc.json text eol=lf .editorconfig text eol=lf .gitignore text eol=lf .gitattributes text eol=lf .npmrc text eol=lf .pnpmrc text eol=lf .nvmrc text eol=lf .browserslistrc text eol=lf tsconfig*.json text eol=lf package.json text eol=lf package-lock.json text eol=lf pnpm-lock.yaml text eol=lf yarn.lock text eol=lf # Documentation *.txt text eol=lf *.md text eol=lf *.mdx text eol=lf README text eol=lf README.* text eol=lf LICENSE text eol=lf LICENSE.* text eol=lf CHANGELOG text eol=lf CHANGELOG.* text eol=lf CONTRIBUTING.* text eol=lf CODE_OF_CONDUCT.* text eol=lf # Binary files # Images *.png binary *.jpg binary *.jpeg binary *.gif binary *.bmp binary *.tiff binary *.tif binary *.ico binary *.webp binary *.avif binary # Fonts *.woff binary *.woff2 binary *.ttf binary *.eot binary *.otf binary # Archives *.zip binary *.tar binary *.tar.gz binary *.tgz binary *.rar binary *.7z binary *.gz binary *.bz2 binary # Documents *.pdf binary *.doc binary *.docx binary *.xls binary *.xlsx binary *.ppt binary *.pptx binary # Media *.mp3 binary *.mp4 binary *.avi binary *.mov binary *.wmv binary *.flv binary *.webm binary *.ogg binary *.wav binary # Executables *.exe binary *.dll binary *.so binary *.dylib binary *.app binary # Development *.node binary *.wasm binary