File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,27 @@ nhs-notify-repository-template/
44# Files and Folders in this repository to ignore
55.editorconfig
66.github/CODEOWNERS
7+ .github/ISSUE_TEMPLATE
78.gitleaksignore
89.vscode/
9- / Makefile
10+ Makefile
1011CHANGELOG.md
11- README.md
12- VERSION
1312project.code-workspace
13+ README.md
1414scripts/config/sonar-scanner.properties
1515scripts/tests/
16+ VERSION
1617
1718# Files and Folders in the template repository to disregard
1819.devcontainer/
19- .github/workflows/cicd-*.yaml
20+ .github/actions/build-docs
21+ */examples/
2022docs/
23+ eslint.config.mjs
2124infrastructure/terraform/components/
25+ lambdas/example-lambda/
26+ package-lock.json
27+ package.json
2228scripts/**/examples/
29+ scripts/terraform/terraform.mk
30+ src/.vscode/
Original file line number Diff line number Diff line change 11# Files and folders to merge when syncing nhs-notify-repository-template back in to this repository
2+ .github/workflows/cicd-*.yaml
3+ .gitignore
4+ .tool-versions
25scripts/config/.repository-template-sync-ignore
36scripts/config/.repository-template-sync-merge
4- .tool-versions
5- .gitignore
6- scripts/config/vale/vale.ini
77scripts/config/vale/styles/config/vocabularies/words/accept.txt
88scripts/config/vale/styles/config/vocabularies/words/reject.txt
9+ scripts/config/vale/vale.ini
You can’t perform that action at this time.
0 commit comments