Skip to content

Commit

Permalink
[TASK] Add documentation render directories to .gitignore
Browse files Browse the repository at this point in the history
Add directory created by documentation rendering to .gitignore.

Rendering the docs locally is helpful for checking if it will render
correctly on the server. This will create the rendered files in
typo3/sysext/*/Documentation-GENERATED-temp/.

Adding this to .gitignore will prevent accidentally adding the generated
documentation to a patch.

Resolves: #85725
Releases: master, 8.7
Change-Id: Ibcff2570b961e1f1add519ead49e565c671a28ba
Reviewed-on: https://review.typo3.org/57857
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
  • Loading branch information
sypets authored and wouter90 committed Aug 10, 2018
1 parent 734830e commit 90223e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -57,3 +57,5 @@ phantomjsdriver.log
#
# root .htaccess file
/.htaccess
# Ignore files generated by docs rendering
typo3/sysext/*/Documentation-GENERATED-temp/

0 comments on commit 90223e5

Please sign in to comment.