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
|
2016-12-11 19:27:27 +00:00
|
|
|
# ...and the backup peppermint.json files created when using the settings GUI
|
|
|
|
peppermint.json.bak
|
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
|
2016-01-16 13:24:13 +00:00
|
|
|
# The recent changes list
|
|
|
|
recent-changes.json
|
2017-07-13 19:48:57 +00:00
|
|
|
# The statistics cache file
|
|
|
|
build/statsindex.json
|
2016-06-22 11:37:33 +00:00
|
|
|
# The new settings file
|
|
|
|
peppermint.json
|
2017-05-13 15:18:43 +00:00
|
|
|
# The comments files
|
|
|
|
build/*.comments.json
|
2015-10-22 07:59:21 +00:00
|
|
|
|
2016-03-12 15:26:30 +00:00
|
|
|
# The automatically downloaded parsedown files
|
|
|
|
Parsedown.php
|
|
|
|
ParsedownExtra.php
|
|
|
|
|
2015-10-22 07:59:21 +00:00
|
|
|
# All uploaded files
|
|
|
|
build/Files/*
|
2017-06-17 14:36:11 +00:00
|
|
|
# All user-specific files
|
|
|
|
build/Users/*
|
2015-11-09 07:15:12 +00:00
|
|
|
|
|
|
|
# The testing zone for the $paths
|
|
|
|
data_test
|
2017-07-03 17:20:38 +00:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/git
|
|
|
|
|
|
|
|
### Git ###
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/git
|