We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b8718 commit 4e715a6Copy full SHA for 4e715a6
lerna.json
@@ -10,16 +10,22 @@
10
}
11
},
12
"ignoreChanges": [
13
+ ".github/**/*",
14
"**/tsconfig.json",
15
"**/*.story.ts",
16
"**/*.test.ts",
17
"**/*.md",
18
"lerna.json",
19
".storybook/**/*",
20
+ "stories/**/*",
21
"storyhelpers/**/*",
22
"templates/**/*",
23
"docs/**/*",
24
"package.json",
- "package-lock.json"
25
+ "package-lock.json",
26
+ "images/**/*",
27
+ "scripts/**/*",
28
+ "src/**/*",
29
+ "templates/**/*"
30
]
31
0 commit comments