Skip to content

Commit

Permalink
Add _site dir to .gitignore file
Browse files Browse the repository at this point in the history
### 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

Author: AhyoungRyu <[email protected]>

Closes apache#906 from AhyoungRyu/update/gitignoreFile and squashes the following commits:

39f4d5d [AhyoungRyu] Fix wrong path
70050a3 [AhyoungRyu] Add _site dir to .gitignore file
  • Loading branch information
AhyoungRyu authored and bzz committed May 24, 2016
1 parent 13720c4 commit 40137ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ Thumbs.db
target/
**/target/

# Generated by Jekyll
docs/_site/

*~
\#*\#
/.emacs.desktop
Expand Down

0 comments on commit 40137ab

Please sign in to comment.