diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..502c1cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# used to remove files from deployment via `git archive` +# git files +.gitattributes export-ignore +.gitignore export-ignore +# general text files +*.e.md export-ignore +# CI/CD +.travis.yml export-ignore +.gitlab-ci.yml export-ignore +bintray-*.json export-ignore + +## This project +html2md_proj.yaml export-ignore |