Update jekyll exclusions & add site title (#6148)

* Update exclusions & add site title

* Remove webp from .gitignore
pull/6154/head
Carlgo11 3 years ago committed by GitHub
parent b29adb410e
commit 9789ab178e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -23,9 +23,6 @@ Thumbs.db
ehthumbs.db
tmp/
# Project files
*.webp
# API JSON files
api/*
_data/all.json

@ -1,18 +1,19 @@
title: 2FA Directory
permalink: pretty
markdown: kramdown
twitter: 2faorg
social_image: https://repository-images.githubusercontent.com/17724730/63495880-b408-11e9-8cc4-03451aa4cc14
exclude:
- EXCLUSION.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
- README.md
- Gemfile
- Dockerfile
- "*.lock"
- LICENSE
- README.md
- Rakefile
- ".*"
- vendor/
- scripts/
- tests/
- api/v2/README.md
- ".*"
- .idea/
theme: null

Loading…
Cancel
Save