diff --git a/.gitattributes b/.gitattributes index c4ba1ef52..410cc6490 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,4 +21,3 @@ # Files that should be ignored for the repository's language statistics and hidden by default in diffs. docs/database/** linguist-generated=true -docs/uml/** linguist-generated=true diff --git a/.mega-linter.yml b/.mega-linter.yml index 3cb974b9e..6e0e1443b 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -49,7 +49,7 @@ EXCLUDED_DIRECTORIES: - linux - web -FILTER_REGEX_EXCLUDE: (.*\.g\.dart|.*\/CHANGELOG.md|docs/database/.*|docs/uml/.*|studyu|docker\/supabase\/volumes\/.*|.*\/fastlane\/README.md) +FILTER_REGEX_EXCLUDE: (.*\.g\.dart|.*\/CHANGELOG.md|docs/database/.*|studyu|docker\/supabase\/volumes\/.*|.*\/fastlane\/README.md) # Linter specific settings