Attempt to exclude files from "git archive" operation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/43554834 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/43554834 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/43554834 Branch: refs/heads/master Commit: 4355483481bc6ff638e7b8b573cd12eb0f8c6253 Parents: 75bbf2b Author: Dave Johnson <[email protected]> Authored: Wed Nov 19 14:34:09 2014 +0100 Committer: Dave Johnson <[email protected]> Committed: Wed Nov 19 14:34:09 2014 +0100 ---------------------------------------------------------------------- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/43554834/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af4450f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +target/ export-ignore +*.log export-ignore +.idea/ export-ignore +._* export-ignore +._*/ export-ignore +.repository/ export-ignore +.classpath export-ignore +.project export-ignore +.settings/ export-ignore +bower_compoments/ export-ignore +node_modules/ export-ignore +dist/ export-ignore +dist_cov/ export-ignore +portal/index.html</> export-ignore +portal/index-debug.html export-ignore +*.nupkg export-ignore +*.dll export-ignore
