From: Volker Theile Date: Mon, 24 Sep 2018 06:12:29 +0000 (+0200) Subject: mgr/dashboard: Ignore .idea directory (created by PyCharm for example) X-Git-Tag: v14.0.1~150^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24237%2Fhead;p=ceph.git mgr/dashboard: Ignore .idea directory (created by PyCharm for example) Signed-off-by: Volker Theile --- 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