You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nl...@apache.org on 2018/08/21 19:05:38 UTC

[incubator-heron] branch master updated: Add gitattributes to remove website directory from archive (#2996)

This is an automated email from the ASF dual-hosted git repository.

nlu90 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a248f  Add gitattributes to remove website directory from archive (#2996)
e4a248f is described below

commit e4a248f2d2945b809c798f6559671a01bd5abf99
Author: Ning Wang <nw...@twitter.com>
AuthorDate: Tue Aug 21 12:05:36 2018 -0700

    Add gitattributes to remove website directory from archive (#2996)
---
 .gitattributes | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..65d1ff7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+# Files and directories with the attribute export-ignore won’t be added to
+# archive files. See http://git-scm.com/docs/gitattributes for details.
+/.gitattributes       export-ignore
+/website/             export-ignore