Skip to content

Commit 4698c8e

Browse files
codylerumError Prone Team
authored and
Error Prone Team
committed
intellij project files update
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
1 parent f6a508f commit 4698c8e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# intellij
1010
.idea/ant.xml
11+
.idea/codestream.xml
1112
.idea/codeStyleSettings.xml
1213
.idea/compiler.xml
1314
.idea/copyright

.idea/vcs.xml

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)