mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Exclude .md and LICENSE files
This commit is contained in:
@@ -30,7 +30,7 @@ class IntegrityChecker:
|
||||
continue
|
||||
|
||||
for name in files:
|
||||
if '.git' in name or ".pyc" in name:
|
||||
if '.git' in name or ".pyc" in name or ".md" in name or "LICENSE" in name:
|
||||
continue
|
||||
|
||||
file_path = os.path.join(root, name)
|
||||
|
||||
Reference in New Issue
Block a user