jekyll config to suppress files not part of the website (fix warning emails)
This commit is contained in:
parent
8aaaacfc9f
commit
bd64b513e0
|
@ -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" ]
|
Loading…
Reference in New Issue