diff options
author | Shawn Kovalchick <bamapookie@gmail.com> | 2018-06-11 17:33:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 17:33:00 -0400 |
commit | 0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b (patch) | |
tree | 632a9a1b67bf19304356aa468900a02712711bf1 /Global | |
parent | 90f149de451a5433aebd94d02d11b0e28843a1af (diff) | |
download | gitignore-0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b.tar.gz gitignore-0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b.zip |
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
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |