jekyll config to suppress files not part of the website (fix warning emails)

This commit is contained in:
Brad Smith 2020-06-17 06:31:08 -04:00 committed by GitHub
parent 8aaaacfc9f
commit bd64b513e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
_config.yml Normal file
View File

@ -0,0 +1,5 @@
# jekyll configuration for github pages
# ignore stuff not part of the website
# (especially ignore things that contain executables that generate a warning on every build)
exclude: [ "vc", "src", "output", "pipelines", "m4", "gfceu", "getSDLKey", "fceux-server", "attic" ]