From 691d8a34a032c7282e73779f2d9042628a1b53f0 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 1 May 2018 16:31:21 -0500 Subject: project: Import select Android Studio configuration files Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 804fac8b..74325146 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ /.gradle/ -/.idea/ +/.idea/*.xml +/.idea/caches/ +/.idea/dictionaries/ +/.idea/libraries/ /captures/ /local.properties .DS_Store -- cgit v1.2.3-59-g8ed1b