From 19cb4c99143ee4d7b8d28b9516c9c5ce4b591f8e Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 24 Sep 2018 08:12:29 +0200 Subject: [PATCH] mgr/dashboard: Ignore .idea directory (created by PyCharm for example) Signed-off-by: Volker Theile --- .gitignore | 3 +++ src/pybind/mgr/.gitignore | 1 - src/pybind/mgr/dashboard/.gitignore | 1 - src/pybind/mgr/dashboard/frontend/.gitignore | 1 - src/test/python/.gitignore | 1 - 5 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 62e91d8d7a12c..d0514c450c58e 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ GTAGS # editor backup files etc. \#*\# + +.idea + diff --git a/src/pybind/mgr/.gitignore b/src/pybind/mgr/.gitignore index 59aab7cfe1b28..fcdcddd51dda4 100644 --- a/src/pybind/mgr/.gitignore +++ b/src/pybind/mgr/.gitignore @@ -1,2 +1 @@ -.idea proxy.conf.json diff --git a/src/pybind/mgr/dashboard/.gitignore b/src/pybind/mgr/dashboard/.gitignore index 4a83ee6928be5..804183753df14 100644 --- a/src/pybind/mgr/dashboard/.gitignore +++ b/src/pybind/mgr/dashboard/.gitignore @@ -10,7 +10,6 @@ wheelhouse* # IDE .vscode -.idea *.egg .env diff --git a/src/pybind/mgr/dashboard/frontend/.gitignore b/src/pybind/mgr/dashboard/frontend/.gitignore index 11eb6b780999b..abe4220067b44 100644 --- a/src/pybind/mgr/dashboard/frontend/.gitignore +++ b/src/pybind/mgr/dashboard/frontend/.gitignore @@ -9,7 +9,6 @@ /node_modules # IDEs and editors -/.idea .project .classpath .c9/ diff --git a/src/test/python/.gitignore b/src/test/python/.gitignore index 33e33fc24dbcd..f24cd9952da65 100644 --- a/src/test/python/.gitignore +++ b/src/test/python/.gitignore @@ -24,5 +24,4 @@ pip-log.txt *.mo #Mr Developer -.idea .mr.developer.cfg -- 2.39.5