aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2020-07-26 00:01:52 -0400
committerTong Sun <[email protected]>2020-07-26 00:01:52 -0400
commite2ce2c8953645aec761efb46313ece1e82635b93 (patch)
tree6cb1a24ba559231d33814d5966f7382842e99244 /.gitattributes
parentInitial commit (diff)
downloadhtml2md-e2ce2c8953645aec761efb46313ece1e82635b93.tar.xz
html2md-e2ce2c8953645aec761efb46313ece1e82635b93.zip
- [+] add the initial wireframe
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes13
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