diff options
| author | Tong Sun <[email protected]> | 2020-07-26 00:01:52 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2020-07-26 00:01:52 -0400 |
| commit | e2ce2c8953645aec761efb46313ece1e82635b93 (patch) | |
| tree | 6cb1a24ba559231d33814d5966f7382842e99244 /.gitattributes | |
| parent | Initial commit (diff) | |
| download | html2md-e2ce2c8953645aec761efb46313ece1e82635b93.tar.xz html2md-e2ce2c8953645aec761efb46313ece1e82635b93.zip | |
- [+] add the initial wireframe
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 |