Add .idea pattern to .gitignore
The .idea directoy is used by pycharm and should not be included in the change list. The change extends the .gitignore file to avoid .idea directory to be shown in the change list. Change-Id: I439619d053439fa66ebf74a054d99b1378fb1733
This commit is contained in:
parent
9327d2f859
commit
0d30268de6
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ cover
|
||||
.pydevproject
|
||||
doc/source/api/
|
||||
etc/heat/heat.conf.sample
|
||||
.idea
|
||||
# integration tests requirements are auto-generated from stub file
|
||||
heat_integrationtests/requirements.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user