Adding to the previous groupings, here’s how the additional file path globs can be categorized by theme:
Category | Additional File Path Globs |
---|---|
Documentation | **.md , *.md , **/*.md , **.adoc , **/*.txt , *.txt , **.rst , **/*.rst , docs/** , doc/** , docs/ , docs/* , Docs/* , documentation/** , README.md , README* , README.* , readme.md , CHANGELOG.md , changelog.txt , CONTRIBUTING.md , LICENSE.md , LEGAL , NOTICE , CODEOWNERS , Vision.md , ToUpgrade.md , ToTest.md , TestEnv.md , README.ko.md , HowToSetProject.md , HowToSetProject.ko.md , Example.md , CODE_OF_CONDUCT.md , **/*.markdown , *.rst , **/*.rst |
Project Configuration and Setup | .gitignore , .gitattributes , .editorconfig , .travis.yml , .all-contributorsrc , .vscode/** , .github/** , .github/ISSUE_TEMPLATE/** , .github/workflows/** , .gitmodules , .gitlab-ci.yml , .dependabot/** , .cirrus.yml , .dockerignore , .circleci/** , .codecov.yml , .clang-format , .yamllint , .vscode , .spellcheck.dict.txt , .devcontainer , .ansible-lint , .prettierrc , .prettierignore , .lintstagedrc.js , config/** , package.json , appveyor.yml , Dockerfile , docker-compose.yml , docker/** , data/** , site/** , examples/** , build/** , snap/** , scripts/** , **/.gitignore , **/*.yml , *.yml , **.yml , *.sh , **/*.sh , **.nix , **.txt , **/*.txt , Makefile , **.png , **/*.png , *.png , *.html , *.bat , *.ini , **/*.org , **.org , lombok.config , requirements.txt , Brewfile , **/argoDeploy.json , **/*.rst , **.rst |
License and Legal | LICENSE , LICENCE , LICENSE.txt , **/LICENSE |
Continuous Integration and Continuous Deployment (CI/CD) | .github/workflows/macos.yml , .github/workflows/TagBot.yml , .github/workflows/pages.yml , .github/labels.yml , .github/workflows/test.yml , .github/workflows/windows.yml , .github/workflows/dockerhub-description.yml , .github/CONTRIBUTING.md , .github/dependabot.yml , .github/CODEOWNERS , .github/ISSUE_TEMPLATE/* , .github/ISSUE_TEMPLATE , .github/renovate.json , .github/*.yml , .github/* , .github/workflows/generate.yml , .github/workflows/verify-pages.yml , .github/workflows/no-response.yml , .github/workflows/labels.yml , .github/workflows/ubuntu.yml , .github/workflows/release.yml , .github/workflows/buildx-release.yml , .github/workflows/buildx-latest.yml , .github/release.yml , .github/FUNDING.yml , .github/workflows/mingw-w64.yml , .github/workflows/docker.yml , ./github/** , !./github/workflow/test.yml , !**/*.yml , !**/*.sh , !**/*.png , !**/*.html , !**/*.bat , !**/*.ini , !**/*.org , !**/*.rst , ci/subst-release-info.py , ci/generate-docs.py , ci/build-docs.sh |