mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-10 12:33:00 +00:00
35 lines
652 B
Text
35 lines
652 B
Text
# All wiki pages
|
|
*.md
|
|
# All the previous revisions
|
|
*.md.r*
|
|
# Include the README
|
|
!README.md
|
|
# ...but ignore READMEs in the build folder
|
|
build/README.md
|
|
# And the Module API Docs
|
|
!Module_API_Docs.md
|
|
# And the changelog
|
|
!Changelog.md
|
|
# And the development notes
|
|
!Development.md
|
|
|
|
# The page index
|
|
pageindex.json
|
|
# The id index
|
|
idindex.json
|
|
# The search index
|
|
invindex.json
|
|
# The recent changes list
|
|
recent-changes.json
|
|
# The new settings file
|
|
peppermint.json
|
|
|
|
# The automatically downloaded parsedown files
|
|
Parsedown.php
|
|
ParsedownExtra.php
|
|
|
|
# All uploaded files
|
|
build/Files/*
|
|
|
|
# The testing zone for the $paths
|
|
data_test
|