blob: 494c584ea7b2708dfb5945fb866dea92dcfa954f [file] [log] [blame]
[project]
ide = intellij
temp_files = ^#.*#$, .*~$, .*\.swp$
parallel_parsing = true
build_file_search_method = watchman
remove_unused_libraries = true
skip_build = true
; Directories that do not contain input files.
; All of these directories should also appear in the "ignore_dirs" list
; in .watchmanconfig, with the exception of ".git".
; Common temp file patterns: vim, emacs, intelliJ
ignore = \
.git, \
.buckd, \
.gradle, \
build, \
bin, \
local.properties, \
**/.DS_Store, \
**/*#, \
**/*$, \
**/*~, \
**/*___jb_bak___, \
**/*___jb_old___, \
**/*___jb_tmp___, \
**/.*.swp, \
**/.*.swx, \
**/.*.swpx, \
**/.*.swo, \
**/*.pyc, \
**/.#*, \
**/*~, \
**/4913, \
**/*.linted, \
**/*.iml, \
; Forbid symlinks for source files so Buck does not have to dump its
; cache every time it encounters one.
allow_symlinks = forbid
watchman_cursor = clock_id
glob_handler = watchman
[httpserver]
port = 0
[java]
jar_spool_mode = direct_to_jar
suggest_dependencies = false
skip_checking_missing_deps = true
compile_against_abis = true
[build]
metadata_storage = sqlite