From 77673f8e929f228debfc3561b54b217254e28394 Mon Sep 17 00:00:00 2001 From: David Collins Date: Wed, 9 Aug 2017 12:12:16 -0700 Subject: [PATCH] Excluded local project files and build output - Updated .gitignore for project files per IntelliJ guidelines: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems - Eliminates spurious changes to project files from Android Studio automatic changes. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c1fd51be6..a18472551a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ .DS_Store -.idea/dictionaries +.idea/shelf + +.idea/tasks.xml + +.idea/workspace.xml build