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: I6b97804408dc750b466d16d2307a3a65348ca593
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ doc/source/api/
|
||||
.coverage
|
||||
.testrepository/
|
||||
.tox/
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user