Skip to content

Commit

Permalink
Try to make countfiles more strict with js
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 9, 2024
1 parent 583df1c commit e38b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def countfiles(lang):
'Python': ['Unity', 'docs'],
'C': ['c/Unity', 'cplusplus'],
'C++': ['c/', 'cplusplus/Unity'],
'JavaScript': ['node_modules', 'dist', 'target', 'docs'],
'JavaScript': ['node_modules', 'dist', 'target', 'docs', 'fallbacks'],
'Rust': ['Unity'],
}
count = 0
Expand Down

0 comments on commit e38b639

Please sign in to comment.