Try #2 for getting _ files to be included by jeykll

This commit is contained in:
mjbudd77 2020-12-16 21:55:36 -05:00
parent 2b0d966b44
commit 022b36b6ea
1 changed files with 40 additions and 39 deletions

View File

@ -6,43 +6,44 @@
# - fceux.png # - fceux.png
# - index.html # - index.html
include: include:
- web/help/_translations.js - web/help/_translations.js
- web/help/_keywords.json - web/help/_keywords.json
- web/help/_toc.json - web/help/_toc.json
- web/help/taseditor/_translations.json - web/help/taseditor/_translations.json
- web/help/taseditor/_keywords.json - web/help/taseditor/_keywords.json
- web/help/taseditor/_toc.json - web/help/taseditor/_toc.json
exclude: exclude:
- attic - attic
- fceux-server - fceux-server
- getSDLKey - getSDLKey
- gfceu - gfceu
- m4 - m4
- output - output
- pipelines - pipelines
- src - src
- vc - vc
- .gitignore - .gitignore
- COPYING - COPYING
- ChangeLog - ChangeLog
- INSTALL - INSTALL
- Makefile.am - Makefile.am
- NEWS - NEWS
- NewPPUtests.txt - NewPPUtests.txt
- README - README
- STYLE-GUIDELINES-SDL - STYLE-GUIDELINES-SDL
- TODO-SDL - TODO-SDL
- _config.yml - _config.yml
- appveyor.yml - appveyor.yml
- autogen.sh - autogen.sh
- azure-pipelines.yml - azure-pipelines.yml
- changelog.txt - changelog.txt
- configure.ac - configure.ac
- doxygen - doxygen
- fceux.desktop - fceux.desktop
- readme.md - readme.md
- fceux-server/fceux-net-server.exe - fceux-server/fceux-net-server.exe
- vc/BizHawk.Build.Tool.exe - vc/BizHawk.Build.Tool.exe
- vc/pscp.exe - vc/pscp.exe
- vc/upx.exe - vc/upx.exe
- vc/zip.exe - vc/zip.exe