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

morrySnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new fac0cbbc403 [chore](build) Ignore local IDE metadata files (#63572)
fac0cbbc403 is described below

commit fac0cbbc403581e801b491cb0bbcb9e3c961b18e
Author: yujun <[email protected]>
AuthorDate: Mon May 25 15:22:02 2026 +0800

    [chore](build) Ignore local IDE metadata files (#63572)
    
    ### What problem does this PR solve?
    
    Problem Summary: nvim-jdtls generates a local .factorypath file and
    worktree setup creates .worktree_initialized. These files are local
    metadata and should not appear as untracked working tree changes.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index edb37019d8f..7a61c598c99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@ core.*
 # ignore file with specifiy name anywhere
 .DS_Store
 .classpath
+.factorypath
+.worktree_initialized
 nohup.out
 /custom_env.sh
 /custom_env_mac.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to