mirror of https://github.com/qt/qtgrpc.git
gitignore: ignore intellij's .idea/ folder
Change-Id: I7312830839c867b7cf572077d9099d2e02825b5b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
65a5be9430
commit
f7d772fcee
|
|
@ -139,5 +139,8 @@ CTestTestfile.cmake
|
|||
CMakeLists.txt.user
|
||||
**build*
|
||||
|
||||
#vscode specifi
|
||||
.vscode
|
||||
# vscode specific
|
||||
.vscode/
|
||||
|
||||
# intellij specific
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Reference in New Issue