From 2bc234c754d49bf219f30c69f9b1355c13d235e0 Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Sat, 10 Apr 2021 12:30:29 +0200 Subject: [PATCH] Removed binary .idea-file from repo and changed .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 23de6e2..07f4bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ captures/ .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. -- GitLab