diff --git a/.gitignore b/.gitignore index 3e92c8bad..7182c094f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ node_modules package.json npm-debug.log -bin/storage -bin/config.yaml + +### +bin/storage* +bin/*.yaml +test/test-storage* +test/*.yaml