Skip to content

Commit

Permalink
intellij project files update
Browse files Browse the repository at this point in the history
Current versions of Intellij are failing to parse the current vcs.xml file as it has a comment before the optional xml declaration.

![image](https://user-images.githubusercontent.com/217262/148092170-f45c06bc-d79a-40d4-878e-04d146d04648.png)

I've updated that to not complain as well as added another entry for the .gitignore for a common intellij plugin. This should make it easier for contributors to open the project. Currently on a fresh clone you get a dirty vcs.xml file.

Fixes #2799

COPYBARA_INTEGRATE_REVIEW=#2799 from codylerum:intellij_excludes 2793f0c
PiperOrigin-RevId: 424084925
  • Loading branch information
codylerum authored and Error Prone Team committed Jan 25, 2022
1 parent f6a508f commit 4698c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@

# intellij
.idea/ant.xml
.idea/codestream.xml
.idea/codeStyleSettings.xml
.idea/compiler.xml
.idea/copyright
Expand Down
6 changes: 1 addition & 5 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4698c8e

Please sign in to comment.