Skip to content

Commit 0971aae

Browse files
authored
Update docgen.py
1 parent c6eb356 commit 0971aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docgen/docgen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import os, sys
1010

1111
DOCNAME = 'SRLT'
12-
IGNORE_FOLDERS = ['.git', '.github', 'docgen']
13-
FILE_EXTENSIONS = ['.simba']
12+
IGNORE_FOLDERS = ['.git', '.github', 'docs', 'plugins', 'tests']
13+
FILE_EXTENSIONS = ['.md', '.simba']
1414

1515
commentregex = re.compile('\(\*.+?\*\)', re.DOTALL)
1616

0 commit comments

Comments
 (0)