This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git
The following commit(s) were added to refs/heads/master by this push:
new ee8b532 [MINOR] .gitignore for documentation build
ee8b532 is described below
commit ee8b5324f2258e0057695f62ad045009ca09e2eb
Author: Sebastian <[email protected]>
AuthorDate: Tue Apr 7 14:23:05 2020 +0200
[MINOR] .gitignore for documentation build
- Ignores Jekyll static build files and cache
1. `.jekyll-cache`
2. `_site` - html, css, js and media files
- This way one could cleanly work on documentation
and the project.
Closes #878.
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8263c96..87a0fcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,10 @@ buildNumber.properties
.metadata
.cache*
+# Documentation artifacts
+.jekyll-cache/
+_site/
+
# Python artifacts
src/main/python/systemds/systemds-java/
src/main/python/systemds.egg-info/