Skip to content

Commit a7047ea

Browse files
smolaPerfectSlayer
andauthored
Update gradle/ci_jobs.gradle
Co-authored-by: Bruce Bujon <[email protected]>
1 parent c7f43cb commit a7047ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/ci_jobs.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (rootProject.hasProperty("gitBaseRef")) {
8989

9090
// The ignoredFiles FileTree selects any file that should not trigger any tasks.
9191
final ignoredFiles = fileTree(rootProject.projectDir) {
92-
include '.gitingore', '.editorconfig'
92+
include '.gitignore', '.editorconfig'
9393
include '*.md', '**/*.md'
9494
include 'gradlew', 'gradlew.bat', 'mvnw', 'mvnw.cmd'
9595
include 'NOTICE'

0 commit comments

Comments
 (0)