2020-06-17 10:31:08 +00:00
|
|
|
# jekyll configuration for github pages
|
|
|
|
|
2020-06-18 20:41:21 +00:00
|
|
|
# ignore stuff not part of the website, everything except:
|
|
|
|
# - documentation/
|
|
|
|
# - web/
|
|
|
|
# - fceux.png
|
|
|
|
# - index.html
|
2020-12-17 02:55:36 +00:00
|
|
|
|
2020-06-18 20:41:21 +00:00
|
|
|
exclude:
|
2020-12-17 02:55:36 +00:00
|
|
|
- attic
|
|
|
|
- fceux-server
|
|
|
|
- getSDLKey
|
|
|
|
- gfceu
|
|
|
|
- m4
|
|
|
|
- output
|
|
|
|
- pipelines
|
|
|
|
- src
|
|
|
|
- vc
|
|
|
|
- .gitignore
|
|
|
|
- COPYING
|
|
|
|
- ChangeLog
|
|
|
|
- INSTALL
|
|
|
|
- Makefile.am
|
|
|
|
- NEWS
|
|
|
|
- NewPPUtests.txt
|
|
|
|
- README
|
|
|
|
- STYLE-GUIDELINES-SDL
|
|
|
|
- TODO-SDL
|
|
|
|
- _config.yml
|
|
|
|
- appveyor.yml
|
|
|
|
- autogen.sh
|
|
|
|
- azure-pipelines.yml
|
|
|
|
- changelog.txt
|
|
|
|
- configure.ac
|
|
|
|
- doxygen
|
|
|
|
- fceux.desktop
|
|
|
|
- readme.md
|
|
|
|
- fceux-server/fceux-net-server.exe
|
|
|
|
- vc/BizHawk.Build.Tool.exe
|
|
|
|
- vc/pscp.exe
|
|
|
|
- vc/upx.exe
|
|
|
|
- vc/zip.exe
|
2020-12-17 03:19:36 +00:00
|
|
|
|
2020-12-17 04:02:51 +00:00
|
|
|
# Include all .js and .json files that start with an '_'
|
|
|
|
include: [ "_*.js", "_*.json" ]
|