瀏覽代碼

.gitignore: Adding .idea to .gitignore

This will keep  all intellij IDEA IDE related files out of git.
This helps contributors using IDEA IDE for development.
rpatel 9 年之前
父節點
當前提交
af20ba21cb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -12,3 +12,4 @@
 *.test
 tools/functional-tester/docker/bin
 hack/tls-setup/certs
+.idea