diff options
Diffstat (limited to '.buckconfig')
-rw-r--r-- | .buckconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.buckconfig b/.buckconfig new file mode 100644 index 000000000000..5fa3abc3dc67 --- /dev/null +++ b/.buckconfig @@ -0,0 +1,13 @@ +[alias] + api = //:api + api_install = //solenv/maven:api_install + api_deploy = //solenv/maven:api_deploy + +[buildfile] + includes = //solenv/buck/build.defs + +[project] + ignore = .git,workdir,instdir + +[cache] + mode = dir |