Let's exclude from git all the output files from jekyll
Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/502c9768 Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/502c9768 Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/502c9768 Branch: refs/heads/master Commit: 502c9768dc3f6f84e31bb7b1dc0699c98026220c Parents: c403a98 Author: Aristedes Maniatis <[email protected]> Authored: Mon May 29 11:49:04 2017 +1000 Committer: Aristedes Maniatis <[email protected]> Committed: Mon May 29 11:49:04 2017 +1000 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/502c9768/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45c1505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_site +.sass-cache +.jekyll-metadata
