This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-react
mirror of
https://github.com/status-im/status-react.git
Watch
2
Star
0
Fork
You've already forked status-react
0
Code
Issues
Projects
Releases
Wiki
Activity
develop
status-react
/
.watchmanconfig
8 lines
104 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Ensure shell.nix uses same nixpkgs as the rest of the environment also remove gradle wrapper Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-06-19 09:54:14 +00:00
{
"ignore_dirs": [
"android/build",
Use latest watchman (#21546) * chore: upgraded watchman, otherwise it's not used with current metro The latest metro version requires watchman capabilities that are not available in the version we locked, so it was not used. Instead we used the "node watcher", which is slower and buggier (at least for me metro was timing out quite often) * fix: watchman ignore .clj-kondo, .shadow-cljs
2024-11-21 09:55:32 +00:00
"target",
".clj-kondo",
".shadow-cljs"
Ensure shell.nix uses same nixpkgs as the rest of the environment also remove gradle wrapper Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-06-19 09:54:14 +00:00
]
}