add .github to exclusions
This commit is contained in:
parent
eafcd7d364
commit
7c2a291bd1
1
conf.py
1
conf.py
@ -150,6 +150,7 @@ version = release = final_version
|
|||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = ["**/build*",
|
exclude_patterns = ["**/build*",
|
||||||
".git",
|
".git",
|
||||||
|
".github",
|
||||||
".env",
|
".env",
|
||||||
".venv",
|
".venv",
|
||||||
".direnv",
|
".direnv",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user