diff --git a/Web.gitattributes b/Web.gitattributes index 645ca11..ada13ce 100644 --- a/Web.gitattributes +++ b/Web.gitattributes @@ -51,7 +51,6 @@ *.xhtml text diff=html # Docker -*.dockerignore text Dockerfile text # Documentation @@ -97,35 +96,17 @@ TODO text *.twig text *.vue text -# Linters -.csslintrc text -.eslintrc text -.eslintignore text -.htmlhintrc text -.jscsrc text -.jshintrc text -.jshintignore text -.stylelintrc text - # Configs -*.bowerrc text *.cnf text *.conf text *.config text -.babelrc text -.browserslistrc text .editorconfig text .env text .gitattributes text .gitconfig text .htaccess text -.mocharc text -.nycrc text -.prettierrc text -.prettierignore text *.lock text -diff package-lock.json text -diff -*.npmignore text *.toml text *.yaml text *.yml text @@ -135,7 +116,6 @@ makefile text # Heroku Procfile text -.slugignore text # Graphics *.ai binary @@ -211,3 +191,9 @@ Procfile text # Executables *.exe binary *.pyc binary + +# RC files (like .babelrc or .eslintrc) +*.*rc text + +# Ignore files (like .npmignore or .gitignore) +*.*ignore text