Skip to content

Commit

Permalink
Add .gitignore files for jekyll / site (redhat-developer#3171)
Browse files Browse the repository at this point in the history
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind code-refactoring

**What does does this PR do / why we need it**:

Updates the `.gitignore` for html and jekyll information. As I kept
having to `git clean` the dir.

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage authored and mik-dass committed May 18, 2020
1 parent 61a6844 commit 250cba6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ tags

# Finder Desktop Service
.DS_Store

# Jekyll / site specific
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

0 comments on commit 250cba6

Please sign in to comment.