Skip to content

Commit 563b26e

Browse files
committed
CCM-8881: Add common sync exclusions
1 parent d4f581d commit 563b26e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ CHANGELOG.md
88
project.code-workspace
99
README.md
1010
VERSION
11+
.github/CODEOWNERS
12+
.editorconfig
13+
.gitleaksignore
14+
scripts/tests/
15+
Makefile
16+
scripts/config/sonar-scanner.properties
1117

1218
# Files and Folders in the template repository to disregard
1319
.devcontainer/
1420
.github/workflows/cicd-*.yaml
1521
*/examples/
1622
docs/
1723
infrastructure/terraform/components/
24+
scripts/docker/examples/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ scripts/config/.repository-template-sync-ignore
33
scripts/config/.repository-template-sync-merge
44
.tool-versions
55
.gitignore
6+
scripts/config/vale/vale.ini
67
scripts/config/vale/styles/config/vocabularies/words/accept.txt
78
scripts/config/vale/styles/config/vocabularies/words/reject.txt

0 commit comments

Comments
 (0)