From e2ce2c8953645aec761efb46313ece1e82635b93 Mon Sep 17 00:00:00 2001 From: Tong Sun Date: Sun, 26 Jul 2020 00:01:52 -0400 Subject: - [+] add the initial wireframe --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') 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 -- cgit v1.2.3