From 0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 11 Jun 2018 17:33:00 -0400 Subject: [PATCH] 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 --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) 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