Skip to content

Commit a5e1d6c

Browse files
kassensgaearon
authored andcommitted
[flow] ignore hidden directories (#28096)
[flow] ignore hidden directories
1 parent c53ca30 commit a5e1d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/flow/config/flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.*/scripts/bench/.*
33
.*/build/.*
44
.*/fixtures/.*
5-
.*/.tempUserDataDir/.*
5+
# Any hidden directory
6+
.*/\..*
67

78
# These shims are copied into external projects:
89
.*/rollup/shims/facebook-www/.*

0 commit comments

Comments
 (0)