diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1d9c7c70d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# git files +/.gitattributes export-ignore +/.gitignore export-ignore + +# documentation +/doc export-ignore +/README.md export-ignore +/ISSUE_TEMPLATE.md export-ignore +/.github export-ignore + +# build chain +/.codeclimate.yml export-ignore +/.eslintignore export-ignore +/.eslintrc export-ignore +/.travis.yml export-ignore + +# other +/Resources export-ignore