mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-16 14:33:01 +00:00
12 lines
181 B
Text
12 lines
181 B
Text
# All wiki pages
|
|
*.md
|
|
# Include the README
|
|
!README.md
|
|
# And the Module API Docs
|
|
!Module_API_Docs.md
|
|
|
|
# The page index
|
|
pageindex.json
|
|
|
|
# All uploaded files
|
|
build/Files/*
|