Add .babelrc and .prettierrc to .gitattributes (#2030)

This commit is contained in:
Vladimir Kutepov
2018-03-20 09:49:47 +07:00
committed by Rob Larsen
parent d2f1bba395
commit d6561f2c47
2 changed files with 40 additions and 36 deletions

38
dist/.gitattributes vendored
View File

@@ -46,8 +46,8 @@
*.xhtml text
## DOCKER
*.dockerignore text
Dockerfile text
*.dockerignore text
Dockerfile text
## DOCUMENTATION
*.markdown text
@@ -91,31 +91,33 @@ TODO text
*.twig text
## LINTERS
.babelrc text
.csslintrc text
.eslintrc text
.htmlhintrc text
.jscsrc text
.jshintrc text
.jshintignore text
.prettierrc text
.stylelintrc text
## CONFIGS
*.bowerrc text
*.cnf text
*.conf text
*.config text
.browserslistrc text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
*.yaml text
*.yml text
browserslist text
Makefile text
makefile text
*.bowerrc text
*.cnf text
*.conf text
*.config text
.browserslistrc text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
*.yaml text
*.yml text
browserslist text
Makefile text
makefile text
## HEROKU
Procfile text

38
src/.gitattributes vendored
View File

@@ -46,8 +46,8 @@
*.xhtml text
## DOCKER
*.dockerignore text
Dockerfile text
*.dockerignore text
Dockerfile text
## DOCUMENTATION
*.markdown text
@@ -91,31 +91,33 @@ TODO text
*.twig text
## LINTERS
.babelrc text
.csslintrc text
.eslintrc text
.htmlhintrc text
.jscsrc text
.jshintrc text
.jshintignore text
.prettierrc text
.stylelintrc text
## CONFIGS
*.bowerrc text
*.cnf text
*.conf text
*.config text
.browserslistrc text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
*.yaml text
*.yml text
browserslist text
Makefile text
makefile text
*.bowerrc text
*.cnf text
*.conf text
*.config text
.browserslistrc text
.editorconfig text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
*.yaml text
*.yml text
browserslist text
Makefile text
makefile text
## HEROKU
Procfile text