commit | e4e0529b531e5fcfa6b871c70ae186acc1766eb6 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Fri Nov 09 16:36:42 2018 +0100 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Fri Nov 09 16:42:29 2018 +0100 |
tree | cfadde8806c0faf66d5e6de1be8a253629d73950 | |
parent | 16fbca1da3a60992a94f7cd120e9961e1dbabbae [diff] |
Ignore IntelliJ data directory .ijwb is used by bazel intellij plugin to store build status. .idea is used by IntelliJ to store information about the project. Change-Id: I115448466c856fa4c7574df780796b6594e15b9a
diff --git a/.gitignore b/.gitignore index d11829c..da0519e 100644 --- a/.gitignore +++ b/.gitignore
@@ -2,3 +2,5 @@ .project .settings/ target/ +.idea/ +.ijwb/