Skip to content

Commit 8383fdb

Browse files
committed
CCM-8881: Tune sync exclusions
1 parent 7011152 commit 8383fdb

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

scripts/config/.repository-template-sync-ignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Files and folders to ignore when syncing nhs-notify-repository-template back in to this repository
2-
scripts/config/.repository-template-sync-ignore
32
.github/workflows/
43
nhs-notify-repository-template/
4+
.github/CODEOWNERS
55

66
# Files and Folders in this repository to ignore
77
.vscode/
88
CHANGELOG.md
99
project.code-workspace
1010
README.md
1111
VERSION
12+
.editorconfig
13+
.gitleaksignore
14+
scripts/tests/
15+
Makefile
16+
scripts/config/sonar-scanner.properties
1217

1318
# Files and Folders in the template repository to disregard
1419
.devcontainer/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Files and folders to merge when syncing nhs-notify-repository-template back in to this repository
2+
scripts/config/.repository-template-sync-ignore
3+
scripts/config/.repository-template-sync-merge
4+
.tool-versions
5+
.gitignore
6+
scripts/config/vale/styles/config/vocabularies/words/accept.txt
7+
scripts/config/vale/styles/config/vocabularies/words/reject.txt

scripts/config/sonar-scanner.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ sonar.coverage.exclusions=tests/, frontend/src/__tests__, frontend/src/**/*.dev.
1212

1313
#sonar.python.coverage.reportPaths=.coverage/coverage.xml
1414
sonar.javascript.lcov.reportPaths=lcov.info
15+
sonar.coverage.exclusions=scripts/**/*

0 commit comments

Comments
 (0)