We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c353b95 commit 68def99Copy full SHA for 68def99
gulp_scripts/formatter.js
@@ -15,6 +15,7 @@ const runPrettier = async fix => {
15
"!test/smoke/.vscode-test/**",
16
"!src/**/*.d.ts",
17
"!SECURITY.md",
18
+ "!test/smoke/resources/sampleReactNativeProject/**"
19
],
20
{
21
stdio: "inherit",
0 commit comments