1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 22:03:02 +00:00
Pepperminty-Wiki/.gitignore
Starbeamrainbowlabs f509db5785 Write extension of parsedown extra and change default parser.
Also automatically download parsedown and parsedownextra to the current directory dynamically instead of including in the parser-parsedown module.
2016-03-12 15:26:30 +00:00

28 lines
463 B
Plaintext

# All wiki pages
*.md
# Include the README
!README.md
# And the Module API Docs
!Module_API_Docs.md
# And the changelog
!Changelog.md
# The page index
pageindex.json
# The id index
idindex.json
# The search index
invindex.json
# The recent changes list
recent-changes.json
# The automatically downloaded parsedown files
Parsedown.php
ParsedownExtra.php
# All uploaded files
build/Files/*
# The testing zone for the $paths
data_test