Mark as ignored filed from .git/info/exclude #24153
Closed
pepyakin
started this conversation in
From VSCode
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
Everybody knows .gitignore. However, fewer people know that it's possible to ignore files or directories locally (i.e. without committing it to the repo). This is useful to ignore files or directories that is unique for a particular workspace.
E.g. in one of my projects that I am working on, I have
/benchtop/private
entry there where I collect binaries of different versions of the benchmarking tool, benchmarking data for comparison, and scripts to collect benchmarks.VSCode mark those as ignored:
But Zed doesn't:
I would like to volunteer to send a PR if somebody left instructions or pointers.
Beta Was this translation helpful? Give feedback.
All reactions