[declarations]
.*/my_declarations/.*
!.*/my_declarations/typecheck/.*
!.*/my_declarations/actually_typecheck\.js
!<PROJECT_ROOT>/my_declarations/typecheck_if_in_root\.js
!<PROJECT_ROOT>/my_declarations/root_typecheck/.*

[ignore]
'.*/my_ignores_with_backup/.*' -> '.flowconfig'
.*/my_ignores/.*
!.*/my_ignores/typecheck/.*
!.*/my_ignores/actually_typecheck\.js
!<PROJECT_ROOT>/my_ignores/typecheck_if_in_root\.js
!<PROJECT_ROOT>/my_ignores/root_typecheck/.*

[untyped]
.*/my_untyped/.*
!.*/my_untyped/typecheck/.*
!.*/my_untyped/actually_typecheck\.js
!<PROJECT_ROOT>/my_untyped/typecheck_if_in_root\.js
!<PROJECT_ROOT>/my_untyped/root_typecheck/.*

[options]
all=false
