When initializing a project with cookiecutter using PTB project-template, most of the GitHub workflows are generated by PTB / cookiecutter.
So by default, PTB could add these files as "generated" to file .gitattributes.
- File
slow-checks.yml should not be marked as "generated"
- Paths inside file
.gitattributes could start with a slash / to avoid matching files with identical names in subdirectories
- Maybe the following files and folders should me marked as "generated", as well?
.pre-commit-config.yaml
- folder
doc/_static/ (although GitHub only hides text files, not svg, when marked as "generated")
SECURITY.md
When initializing a project with cookiecutter using PTB project-template, most of the GitHub workflows are generated by PTB / cookiecutter.
So by default, PTB could add these files as "generated" to file
.gitattributes.slow-checks.ymlshould not be marked as "generated".gitattributescould start with a slash/to avoid matching files with identical names in subdirectories.pre-commit-config.yamldoc/_static/(although GitHub only hides text files, not svg, when marked as "generated")SECURITY.md