Skip to content

Commit

Permalink
Sort .gitignore and add .idea/jarRepositories.xml to it
Browse files Browse the repository at this point in the history
Fixes #2616

COPYBARA_INTEGRATE_REVIEW=#2616 from PicnicSupermarket:rossendrijver/change_gitignore c9a786e
PiperOrigin-RevId: 404322734
  • Loading branch information
rickie authored and Error Prone Team committed Oct 19, 2021
1 parent c996313 commit 86e79da
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .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
Expand Down

0 comments on commit 86e79da

Please sign in to comment.