summaryrefslogtreecommitdiff
path: root/.buckconfig
blob: 7b1e709a4b15841cfc1d124bf8145a638b06edcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
    glob_handler = watchman
    allow_symlinks = forbid
    ide = intellij
    ignore = .git, .idea, .gradle, local.properties, **/.DS_Store, **/*.iml
    temp_files = ^#.*#$, .*~$, .*\.swp$
    parallel_parsing = true
    build_file_search_method = watchman

[httpserver]
    port = 0

[buildfile]
  includes = //DEFS

[build]
  threads = 16