Skip to content

Commit 26a22cc

Browse files
authored
Exclude languages used by the template from the GitHub report (nhs-england-tools#110)
## Description Exclude files included in the template from the GitHub languages report. - Fixes nhs-england-tools#108 ## Type of changes - [ ] Refactoring (non-breaking change) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [ ] Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I am familiar with the [contributing guidelines](../docs/CONTRIBUTING.md) - [x] I have followed the code style of the project - [ ] I have added tests to cover my changes - [ ] I have updated the documentation accordingly - [ ] This PR is a result of pair or mob programming --- ## Sensitive Information Declaration To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including [PII (Personal Identifiable Information) / PID (Personal Identifiable Data)](https://digital.nhs.uk/data-and-information/keeping-data-safe-and-benefitting-the-public) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter. - [x] I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.
1 parent ded0ef9 commit 26a22cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
scripts/docker/** linguist-vendored
2+
scripts/githooks/** linguist-vendored
3+
scripts/reports/** linguist-vendored
4+
scripts/init.mk linguist-vendored
5+
scripts/shellscript-linter.sh linguist-vendored
6+
scripts/test.mk linguist-vendored

0 commit comments

Comments
 (0)