diff options
author | Stuart Preston <stuart@chef.io> | 2018-02-20 21:16:23 +0000 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-02-20 21:16:23 +0000 |
commit | 895792813e39ce4be21e6c363bc3066ffd222110 (patch) | |
tree | c06bf58d59470bc662c84bfe29c6f8971a408729 /.gitignore | |
parent | 1b84b4ddf607dfad71edcd4ee602bbb8f36696ec (diff) | |
download | chef-895792813e39ce4be21e6c363bc3066ffd222110.tar.gz |
Git ignore any node json generated during developmentsp/no-nodes-in-repo
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35aecf92cc..2e2447ae2c 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ kitchen-tests/vendor # Visual Studio Code files .vscode + +# ignore nodes generated during local testing +nodes/ |