From: Shawn Kovalchick Date: Mon, 11 Jun 2018 21:33:00 +0000 (-0400) Subject: Ignore usage statistics file X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b;p=gitignore.git Ignore usage statistics file .idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git. See https://youtrack.jetbrains.com/issue/IDEA-192913 --- diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 4d5117a1..e2c9c9e2 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,6 +4,7 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml +.idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf