Skip to content

Commit e6d91c3

Browse files
authored
Add .vscode folder to .gitignore (apache#2053)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change VSCode places all of its files in a folder now. We should add that folder to gitignore in the same way we added the original files. # Are these changes tested? No tests necessary. # Are there any user-facing changes? None. <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 3070e7a commit e6d91c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ coverage.xml
3535
.project
3636
.settings
3737
bin/
38+
.vscode/
3839

3940
# Hive/metastore files
4041
metastore_db/

0 commit comments

Comments
 (0)