Skip to content

Commit ee8b532

Browse files
Baunsgaardj143
authored andcommitted
[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 apache#878.
1 parent 809c025 commit ee8b532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ buildNumber.properties
3737
.metadata
3838
.cache*
3939

40+
# Documentation artifacts
41+
.jekyll-cache/
42+
_site/
43+
4044
# Python artifacts
4145
src/main/python/systemds/systemds-java/
4246
src/main/python/systemds.egg-info/

0 commit comments

Comments
 (0)