Pepperminty-Wiki/.gitignore

51 lines
1001 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
# ...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
# The recent changes list
recent-changes.json
# The statistics cache file
build/statsindex.json
# The new settings file
peppermint.json
# The comments files
build/*.comments.json
# The automatically downloaded parsedown files
Parsedown.php
ParsedownExtra.php
# All uploaded files
build/Files/*
# 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