ignore .idea folder in glance
If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm would automatically generate its config folder name .idea in the root dir of your python code. Many Code projects, such as nova and cinder, have ignore .idea folder. Project glance should also ignore .idea folder. Change-Id: I1e3ba1936c8b918aa4669c2d7fceac23a23ca974 Closes-Bug: #1362451
This commit is contained in:
parent
640dd1ee89
commit
4f0956c41b
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ doc/source/api
|
||||
# IDE files
|
||||
.project
|
||||
.pydevproject
|
||||
.idea
|
Loading…
Reference in New Issue
Block a user