From 8e9a976642709c516fbf5dae2eba14dfd78ed0d0 Mon Sep 17 00:00:00 2001 From: Jonathan Stucklen Date: Fri, 14 Sep 2018 15:46:02 -0400 Subject: [PATCH] Ignore build cache file for Android Studio 3.1+ See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification. --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 343be1a3..72f4d988 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -61,3 +61,6 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser