diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-04-12 08:29:29 -0400 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-04-12 14:29:29 +0200 |
commit | bb7afd306add29188358f3dafcf0c13f669210d1 (patch) | |
tree | 33610151ca1d11274d7d56945931f52e7ef687a7 /.gitignore | |
parent | 22ad820aa459e055fde817d94f31a9461aac2726 (diff) | |
download | minetest-bb7afd306add29188358f3dafcf0c13f669210d1.tar.gz minetest-bb7afd306add29188358f3dafcf0c13f669210d1.tar.bz2 minetest-bb7afd306add29188358f3dafcf0c13f669210d1.zip |
Add Mkdocs API site (#8133)
* Add MkDocs API site
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 6591b84bc..ca03604d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -## Editors and Development environments +## Editors and development environments *~ *.swp *.bak* @@ -25,7 +25,7 @@ gtags.files # Codelite *.project -## Files related to minetest development cycle +## Files related to Minetest development cycle /*.patch *.diff # GNU Patch reject file @@ -54,7 +54,7 @@ gtags.files minetest.conf debug.txt -## Other files generated by minetest +## Other files generated by Minetest screenshot_*.png testbm.txt @@ -63,6 +63,11 @@ doc/Doxyfile doc/html/ doc/doxygen_* +## MkDocs files +public/ +doc/mkdocs/docs/*.md +doc/mkdocs/mkdocs.yml + ## Build files CMakeFiles Makefile |