Skip to content

Commit 0f2f2f1

Browse files
committed
Filter various directories by default
1 parent 3fab261 commit 0f2f2f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sphinx_autobuild/__main__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ def main(argv=()):
5151

5252
watch_dirs = [src_dir] + args.additional_watched_dirs
5353
ignore_dirs = [
54+
".git",
55+
".hg",
56+
".idea",
57+
".mypy_cache",
58+
"node_modules",
59+
".nox",
60+
".ruff_cache",
61+
".pytest_cache",
62+
".pytype",
63+
".svn",
64+
".tox",
65+
".venv",
66+
"venv",
67+
".vscode",
5468
*args.ignore,
5569
out_dir,
5670
args.warnings_file,

0 commit comments

Comments
 (0)