diff --git a/.gitattributes b/.gitattributes index b8093c266..bbdd753cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,25 +5,22 @@ # https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production # https://blog.madewithlove.be/post/gitattributes/ # -.babelrc export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.phpcs.xml.dist export-ignore -CHANGELOG export-ignore -Gruntfile.js export-ignore -LICENSE export-ignore -package.json export-ignore -package-lock.json export-ignore -phpunit.* export-ignore -README.md export-ignore -README.wordpress.md export-ignore -/.cache export-ignore -/.github export-ignore -assets export-ignore -dist export-ignore -svn-assets export-ignore -tests export-ignore +/.cache export-ignore +/.github export-ignore +/config export-ignore +/svn-assets export-ignore +/tests export-ignore +.babelrc export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.phpcs.xml.dist export-ignore +CHANGELOG export-ignore +Gruntfile.js export-ignore +LICENSE export-ignore +package.json export-ignore +phpunit.xml.dist export-ignore +README.md export-ignore # # Auto detect text files and perform LF normalization