summaryrefslogtreecommitdiffstats
path: root/.watchmanconfig
blob: b1869ba6b8c1f0b0963f98af9945f80a0ce6cb28 (plain)
1
2
3
4
5
6
7
8
{
  "ignore_dirs": [
    "buck-out"
  ],
  "ignore_vcs": [
    ".git"
  ]
}