Skip to content

Commit

Permalink
Sort .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Oct 10, 2021
1 parent c49fca9 commit 9b55ae4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitignore
@@ -1,30 +1,30 @@
**/target/*
**/.classpath
**/.gitignore
**/.project
**/.settings
**/.gitignore
**/target/*
*.iml
.java-version

# intellij
.idea/workspace.xml
.idea/tasks.xml
.idea/vcs.xml
.idea/jarRepositories.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 9b55ae4

Please sign in to comment.