GitHub user AhyoungRyu opened a pull request: https://github.com/apache/incubator-zeppelin/pull/906
Add _site dir to .gitignore file ### What is this PR for? When we execute Jekyll to build Zeppelin docs, `_site` directory is generated automatically. So I added `_site` to `.gitignore` file. ### What type of PR is it? Improvement ### Todos * [x] - Add `_site` dir to `.gitignore` file ### What is the Jira issue? No ### How should this be tested? 1. Execute Jekyll following as in [here](https://github.com/apache/incubator-zeppelin/blob/master/docs/README.md) 2. Before adding `_site` to `.gitignore`, you can see that `git` is tracking `_site` directory. 3. After applying this PR, `git` doesn't track this directory anymore. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/AhyoungRyu/incubator-zeppelin update/gitignoreFile Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/906.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #906 ---- commit 70050a3728af0b9ddaf9625e605e56228f6bba82 Author: AhyoungRyu <fbdkdu...@hanmail.net> Date: 2016-05-20T07:24:27Z Add _site dir to .gitignore file ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---