Skip to content

Commit

Permalink
mgr/dashboard: Ignore .idea directory (created by PyCharm for example)
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev committed Sep 25, 2018
1 parent a29103e commit 19cb4c9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ GTAGS

# editor backup files etc.
\#*\#

.idea

1 change: 0 additions & 1 deletion src/pybind/mgr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.idea
proxy.conf.json
1 change: 0 additions & 1 deletion src/pybind/mgr/dashboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ wheelhouse*

# IDE
.vscode
.idea
*.egg
.env

Expand Down
1 change: 0 additions & 1 deletion src/pybind/mgr/dashboard/frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
Expand Down
1 change: 0 additions & 1 deletion src/test/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ pip-log.txt
*.mo

#Mr Developer
.idea
.mr.developer.cfg

0 comments on commit 19cb4c9

Please sign in to comment.