484ee2bbb0
- https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-d - https://stackoverflow.com/questions/33904042/is-doctrees-folder-required-for-displaying-html-docs-with-sphinx
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
# Set default behavior
|
|
* text=auto eol=lf
|
|
|
|
# Ensure sources are processed
|
|
*.conf text
|
|
*.css text
|
|
*.html text diff=html
|
|
*.js text
|
|
*.md text
|
|
*.php text diff=php
|
|
Dockerfile text
|
|
|
|
# Do not alter images nor minified scripts nor fonts
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.png binary
|
|
*.svg binary
|
|
*.otf binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.min.css binary
|
|
*.min.js binary
|
|
*.mo binary
|
|
|
|
# Exclude from Git archives
|
|
.editorconfig export-ignore
|
|
.dev export-ignore
|
|
.gitattributes export-ignore
|
|
.github export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
doc/**/*.json export-ignore
|
|
doc/**/*.md export-ignore
|
|
.docker/ export-ignore
|
|
.dockerignore export-ignore
|
|
docker-compose.* export-ignore
|
|
Dockerfile* export-ignore
|
|
Doxyfile export-ignore
|
|
Makefile export-ignore
|
|
node_modules/ export-ignore
|
|
doc/conf.py export-ignore
|
|
doc/requirements.txt export-ignore
|
|
doc/html/.doctrees/ export-ignore
|
|
phpunit.xml export-ignore
|
|
tests/ export-ignore
|