You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Exclude a single file. For example, - test.spec.js
# - file_name.ext
# Exclude a single directory. For example, - src/lib
# - source/directory_name
# Exclude any file with a specific extension in the specific directory. For example, - tests/.js
# - directory_name/.ext
# Exclude files with a specific ending in any directory. For example, - “*.spec.js”
- "*tests?*.py"
- "*.html"
- "*.ya?ml"
- "*.json"
# Exclude files in directories that have the same name with a different ending, like “test” and “tests”. The last character before the question mark is optional. For example, - tests?/
- directory_name?/
# Exclude all files and directories in a specific directory. For example, - tests/