File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 2
2
jira :
3
3
projectKey : " HHH"
4
4
insertLinksInPullRequests : true
5
+ ignoreFiles :
6
+ # Git
7
+ - " .git*"
8
+ - " .mailmap"
9
+ # Gradle
10
+ - " gradlew*"
11
+ - " gradle/"
12
+ - " local-build-plugins/"
13
+ - " build.gradle"
14
+ # NOT settings.gradle: contains dependency versions, changing those requires a Jira issue
15
+ - " utilities.gradle"
16
+ # CI
17
+ - " .github/"
18
+ - " .release/"
19
+ - " ci/"
20
+ - " databases/"
21
+ - " *.sh"
22
+ - " Jenkinsfile"
23
+ - " */Jenkinsfile"
24
+ - " *.Jenkinsfile"
25
+ # In-repo documentation
26
+ - " design/"
27
+ - " README.adoc"
28
+ - " MAINTAINERS.md"
29
+ - " CONTRIBUTING.md"
30
+ # Misc. build files
31
+ - " checkerstubs/"
32
+ - " drivers/"
33
+ - " edb/"
34
+ - " etc/"
35
+ - " javadoc/"
36
+ - " patched-libs/"
37
+ - " release/"
38
+ - " rules/"
39
+ - " shared/"
You can’t perform that action at this time.
0 commit comments