This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new e6d91c3b Add `.vscode` folder to `.gitignore` (#2053)
e6d91c3b is described below

commit e6d91c3b0a01936d37a509cffb9ad12d714f56f0
Author: Alex Stephen <1325798+ramblerap...@users.noreply.github.com>
AuthorDate: Sat May 31 05:28:19 2025 -0700

    Add `.vscode` folder to `.gitignore` (#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.
    -->
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7043f0e7..064ce38f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ coverage.xml
 .project
 .settings
 bin/
+.vscode/
 
 # Hive/metastore files
 metastore_db/

Reply via email to