Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5e1d6c

Browse files
kassensgaearon
authored andcommittedFeb 3, 2024
[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

+2-1
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)
Please sign in to comment.