From 4591fedd9929a24efcc77f7cfd49d4699c32804b Mon Sep 17 00:00:00 2001 From: Randy Date: Fri, 29 Jan 2021 20:25:48 -0800 Subject: [PATCH 1/2] fix gitignore --- .gitignore | 12 +----------- .idea/compiler.xml | 6 ++++++ .idea/google-java-format.xml | 6 ++++++ .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 1 + 5 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/google-java-format.xml diff --git a/.gitignore b/.gitignore index 57c25a3..c3a6fca 100644 --- a/.gitignore +++ b/.gitignore @@ -40,17 +40,7 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/google-java-format.xml b/.idea/google-java-format.xml new file mode 100644 index 0000000..2aa056d --- /dev/null +++ b/.idea/google-java-format.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 703e5d4..7c7f635 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@