mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-16 14:33:01 +00:00
50 lines
1,007 B
Text
50 lines
1,007 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 backup peppermint.json files created when using the settings GUI
|
|
peppermint.json.bak
|
|
# But keep the useful markdown files
|
|
!Module_API_Docs.md
|
|
!Changelog.md
|
|
!Development.md
|
|
|
|
# Ignore the php documentor cache folder
|
|
docs/ModuleApiCache
|
|
|
|
# Ignore the various indexes created by pepperminty wiki
|
|
pageindex.json
|
|
idindex.json
|
|
invindex.json
|
|
recent-changes.json
|
|
build/statsindex.json
|
|
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/*
|
|
# Don't forget about diff.min.js
|
|
build/diff.min.js
|
|
|
|
# The testing zone for the $paths
|
|
data_test
|
|
|
|
# Created by https://www.gitignore.io/api/git
|
|
|
|
### Git ###
|
|
*.orig
|
|
|
|
# End of https://www.gitignore.io/api/git
|