diff options
Diffstat (limited to 'src/pybind/mgr/dashboard/.gitignore')
-rw-r--r-- | src/pybind/mgr/dashboard/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/.gitignore b/src/pybind/mgr/dashboard/.gitignore new file mode 100644 index 000000000..d457a7db3 --- /dev/null +++ b/src/pybind/mgr/dashboard/.gitignore @@ -0,0 +1,15 @@ +.coverage* +htmlcov +.tox +coverage.xml +junit*xml +.cache +ceph.conf + +# IDE +.vscode +*.egg +.env + +# virtualenv +venv |