Skip to content

Commit 5b0f16a

Browse files
committed
ignore the contributing directory
1 parent f132580 commit 5b0f16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/generate_llms_standard.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ def get_all_markdown_files(directory):
5050
if '.github' in root.split(os.sep):
5151
continue
5252

53+
# Skip '.CONTRIBUTING'
54+
if '.CONTRIBUTING' in root.split(os.sep):
55+
continue
56+
5357
# Skip 'node_modules'
5458
if 'node_modules' in root.split(os.sep):
5559
continue

0 commit comments

Comments
 (0)