Commit 40c5d8ee authored by Albert Salim's avatar Albert Salim Committed by Lin Jen-Shin

Add `tooling` to backstage patterns

parent c5ce0a6d
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
- "{,ee/}fixtures/**/*" - "{,ee/}fixtures/**/*"
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "{,spec/}tooling/**/*"
.code-patterns: &code-patterns .code-patterns: &code-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -203,6 +204,7 @@ ...@@ -203,6 +204,7 @@
- "{,ee/}fixtures/**/*" - "{,ee/}fixtures/**/*"
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "{,spec/}tooling/**/*"
.code-qa-patterns: &code-qa-patterns .code-qa-patterns: &code-qa-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -248,6 +250,7 @@ ...@@ -248,6 +250,7 @@
- "{,ee/}fixtures/**/*" - "{,ee/}fixtures/**/*"
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "{,spec/}tooling/**/*"
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "qa/**/*"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment