diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-13 14:23:44 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:47:27 -0800 |
commit | 221131fa38d77fd3e1cd914fba4dde73b749b78b (patch) | |
tree | 45b1c54bfe16ac60d6a2e131a4b1c2baafe31fc0 /.gitignore | |
parent | 3a26043bcd362f600aacb19bb106c4c9cba899a3 (diff) | |
download | chef-221131fa38d77fd3e1cd914fba4dde73b749b78b.tar.gz |
Basic test for audit mode.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a9e4338e2a..30a3bd6531 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ Berksfile.lock # Vagrant Vagrantfile .vagrant/ + +# Dev Repo Local Mode Data +dev-repo/nodes/* |