diff options
-rw-r--r-- | .bldr.toml | 13 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/.bldr.toml b/.bldr.toml index 4b7f95a4ab..421037f685 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,18 +1,5 @@ [chef-infra-client] -plan_path = "habitat/chef-infra-client" build_targets = [ "x86_64-linux", "x86_64-linux-kernel2" ] -paths = [ - "bin", - "chef-bin", - "chef-config", - "ci", - "distro", - "ext", - "habitat-packages", - "lib", - "omnibus", # TODO: Evaluate if we really need this in the future - "tasks", -] diff --git a/.gitignore b/.gitignore index 179f62af56..353c84ce3c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ tags *~ .chef results +*.swp # You should check in your Gemfile.lock in applications, and not in gems external_tests/*.lock |