Pepperminty-Wiki/.gitignore

36 lines
652 B
Plaintext
Raw Normal View History

2015-09-20 15:08:09 +00:00
# All wiki pages
2015-09-19 09:19:56 +00:00
*.md
2016-06-03 07:41:35 +00:00
# All the previous revisions
*.md.r*
2015-09-20 15:08:09 +00:00
# Include the README
2015-09-19 09:19:56 +00:00
!README.md
2016-06-03 07:41:35 +00:00
# ...but ignore READMEs in the build folder
2016-04-08 19:13:11 +00:00
build/README.md
2015-09-20 15:08:09 +00:00
# And the Module API Docs
!Module_API_Docs.md
2015-12-20 10:48:11 +00:00
# And the changelog
!Changelog.md
2016-07-05 14:53:13 +00:00
# And the development notes
!Development.md
2015-09-19 09:19:56 +00:00
2015-09-20 15:08:09 +00:00
# The page index
2015-09-19 09:19:56 +00:00
pageindex.json
2015-10-28 19:12:31 +00:00
# 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/*
2015-11-09 07:15:12 +00:00
# The testing zone for the $paths
data_test