We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a5c3d commit 37b485dCopy full SHA for 37b485d
count_sourcelines.py scripts/count_sourcelines.pycount_sourcelines.py renamed to scripts/count_sourcelines.py
@@ -1,7 +1,7 @@
1
import os
2
3
cur_path = os.getcwd()
4
-ignore_set = {"__init__.py", "count_sourcelines.py"}
+ignore_set = {"__init__.py", "count_sourcelines.py", "docs-json-exporter.py"}
5
6
loc_list = []
7
0 commit comments