aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 502c1cd050c5c9bac816523fc7ef0e41e174faff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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