Skip to content

Commit

Permalink
Configuration Tweaks
Browse files Browse the repository at this point in the history
.gitignore > Add entries for standard Eclipse files.
_config.yml > Exclude README.md, doesn't need to be deployed.

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin committed Nov 21, 2019
1 parent 30041fd commit c0b36e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/Gemfile
/Gemfile.lock
/favicon.ico
_site/
_site/

# Eclipse
# -------
*.project
*.settings
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
remote_theme: "owasp/www--site-theme"

# core files/folders to exclude
exclude:
- README.md

plugins:
- jekyll-include-cache-0.2.0

0 comments on commit c0b36e4

Please sign in to comment.