diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 6e0d999..539dab2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ resources/_gen/** linguist-generated .ecrc linguist-language=JSON .editorconfig linguist-language=INI -.eslintrc linguist-language=JSONC *.asc linguist-language=Public Key *.md linguist-detectable=true linguist-documentation=false *.webmanifest linguist-language=JSON @@ -51,7 +50,6 @@ SECURITY.md text eol=lf .ecrc text eol=lf diff=json .editorconfig text eol=lf -.eslintrc text eol=lf diff=json .gitattributes text eol=lf .gitignore text eol=lf .gitmodules text eol=lf @@ -66,6 +64,7 @@ netlify.toml text eol=lf .ecrc export-ignore .editorconfig export-ignore .eslintrc export-ignore +.eslintrc.yml export-ignore .gitattributes export-ignore .gitignore export-ignore .gitmodules export-ignore |
