Pepperminty-Wiki/.gitignore

67 lines
1.4 KiB
Plaintext

# 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
# phpdoc - Can't believe I committed this by accident :P
phpdoc
# Created by https://www.gitignore.io/api/git
### Git ###
*.orig
# End of https://www.gitignore.io/api/git
# Created by https://www.gitignore.io/api/composer
### Composer ###
composer.phar
/vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# End of https://www.gitignore.io/api/composer