Skip to content

Commit 8e9a976

Browse files
authored
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.
1 parent 28222da commit 8e9a976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ fabric.properties
6161

6262
# Editor-based Rest Client
6363
.idea/httpRequests
64+
65+
# Android studio 3.1+ serialized cache file
66+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)