From 86e79dae8945da541f6022f87b9108d4188bb4bb Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 19 Oct 2021 11:42:30 -0700 Subject: [PATCH] Sort `.gitignore` and add `.idea/jarRepositories.xml` to it Fixes #2616 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/error-prone/pull/2616 from PicnicSupermarket:rossendrijver/change_gitignore c9a786e7b04767c61327a776adf0771810554d09 PiperOrigin-RevId: 404322734 --- .gitignore | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 17f180de700..4a70d02b723 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,30 @@ -**/target/* **/.classpath +**/.gitignore **/.project **/.settings -**/.gitignore +**/target/* *.iml .java-version # intellij -.idea/workspace.xml -.idea/tasks.xml -.idea/vcs.xml .idea/ant.xml -.idea/dataSources.local.xml -.idea/dataSources.ids .idea/codeStyleSettings.xml .idea/compiler.xml -.idea/encodings.xml -.idea/modules.xml -.idea/uiDesigner.xml -.idea/libraries .idea/copyright -.idea/shelf -.idea/inspectionProfiles/ +.idea/dataSources.ids +.idea/dataSources.local.xml .idea/dictionaries +.idea/encodings.xml +.idea/inspectionProfiles/ +.idea/jarRepositories.xml +.idea/libraries .idea/misc.xml +.idea/modules.xml +.idea/shelf +.idea/tasks.xml +.idea/uiDesigner.xml +.idea/vcs.xml +.idea/workspace.xml # bazel bazel-bazel