Skip to content

Commit d924738

Browse files
authored
chore(FR-2712): add .watchmanconfig to ignore heavy directories (#6991)
1 parent cc6ba71 commit d924738

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.watchmanconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ignore_dirs": [
3+
"node_modules",
4+
".git",
5+
"build",
6+
"react/build",
7+
"react/.craco-cache",
8+
"packages/backend.ai-ui/dist",
9+
"packages/backend.ai-ui/storybook-static",
10+
".pnpm-store"
11+
]
12+
}

0 commit comments

Comments
 (0)