From 00e24d29858dbf8a8570fbe5a234474c04a4777f Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 5 May 2021 23:06:39 +0530 Subject: Add google-java-format config xml into gitignore --- .gitignore | 1 + .idea/runConfigurations.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .idea/runConfigurations.xml diff --git a/.gitignore b/.gitignore index e1e9a78..7aa06c7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ local.properties .idea/compiler.xml /.idea/assetWizardSettings.xml /.idea/jarRepositories.xml +/.idea/google-java-format.xml gradle.xml markdown-*.xml *.iml diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file -- cgit v1.2.1