summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-03-03 21:00:12 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-03-03 21:00:12 +0530
commit7c2a291bd1e3bbed8422b80f588132aaaaac3c37 (patch)
tree524e271fbbde13b4c83206dbcf7c49cc51592f8f /conf.py
parenteafcd7d3646dc887d403c6f0f04452f41b4649b5 (diff)
add .github to exclusions
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 0454ff5ec..10bd0d9ce 100644
--- a/conf.py
+++ b/conf.py
@@ -150,6 +150,7 @@ version = release = final_version
# directories to ignore when looking for source files.
exclude_patterns = ["**/build*",
".git",
+ ".github",
".env",
".venv",
".direnv",