This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-react
Watch
2
Star
0
Fork
0
You've already forked status-react
mirror of
https://github.com/status-im/status-react.git
synced
2025-01-11 03:26:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
status-react
/
.watchmanconfig
8 lines
104 B
Plaintext
Raw
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 11:54:14 +02: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 11:55:32 +02: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 11:54:14 +02:00
]
}
Reference in New Issue
Copy Permalink