diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2021-02-18 10:48:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 10:48:48 -0500 |
commit | 6056ccd4d4a8a1a314ab8cd6d2bebdf8ae39b35c (patch) | |
tree | afb60ba7959cb117f35311a7af14ac87ab8b47f0 | |
parent | 7f1cefe90ba4253c9d67b75a4f82c9f30d322c48 (diff) | |
download | vyos-cloud-init-6056ccd4d4a8a1a314ab8cd6d2bebdf8ae39b35c.tar.gz vyos-cloud-init-6056ccd4d4a8a1a314ab8cd6d2bebdf8ae39b35c.zip |
Update .gitignore (#814)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ stage .pc/ .cache/ .mypy_cache/ +.pytest_cache/ +.vscode/ +htmlcov/ # Ignore packaging artifacts cloud-init.dsc |