Is there a way to auto-ignore some files pattern? #453
Replies: 7 comments
-
|
Great you bring it up. We need a way to ignore glob patterns outside of those defined in |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, but ignore in a way that => not select , but the file still show in the tree though |
Beta Was this translation helpful? Give feedback.
-
|
One of the final solutions as it seems for me would be project-related settings via something custom in By the way, ignoring files is a really needed function. I'd use it with uv.lock or Gemfile.lock files or something encrypted, yet in git, like credentials files in Rails ecosystem. Thanks in advance!! 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Mayurifag. In |
Beta Was this translation helpful? Give feedback.
-
|
Hi! Thanks for suggestion! Yea, looks much better. :)
|
Beta Was this translation helpful? Give feedback.
-
|
If one wants that just for workspace, not global excludes, here is the copy-paste solution: Create/modify {
"codeWebChat.ignorePatterns": [
"/uv.lock"
],
} |
Beta Was this translation helpful? Give feedback.
-
|
@Mayurifag I'll add a shortcut in settings that creates this on user behalf. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions