GitHub user cyhsutw opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/847
Remove files under /notebook/
### What is this PR for?
We ignore files under `/notebook/` but there are some existing files under
that directory.
I execute the command to remove all existing files under `/notebook/` so
the ignoring function would work properly.
```sh
$ git ls-files -i --exclude-from=.gitignore | xargs git rm --cached
```
### What type of PR is it?
Improvement
### Todos
None
### What is the Jira issue?
N/A
### How should this be tested?
Check the creating or modifying files under `/notebook/` will not change
the output of `git status`.
### Screenshots (if appropriate)
N/A
### 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/cyhsutw/incubator-zeppelin
remove-files-under-notebook
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/847.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 #847
----
commit 0dbf00a9c1c7e2995a75639a895fa1d26cd25f07
Author: Cheng-Yu Hsu <[email protected]>
Date: 2016-04-21T14:29:41Z
remove files under /notebook/ (which should be ignored)
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---