Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the concept of a “precious” file (ignored but not to be “cleaned” away) #1597

Open
LemmingAvalanche opened this issue Oct 10, 2023 · 2 comments

Comments

@LemmingAvalanche
Copy link

LemmingAvalanche commented Oct 10, 2023

A precious file is a special kind of ignored file:

  • Untracked and ignored
  • Not deleted by commands like git clean -fdx

The idea is that some files are not tracked by the project but is useful to the user. Like the .idea directory (Intellij configuration).

From https://lore.kernel.org/git/[email protected]/T/#m8cc303540c72c3b8f80c8e21dec5fb0acd8253a0

See also (2011) https://lore.kernel.org/git/[email protected]/

@LemmingAvalanche
Copy link
Author

Current email threads on this topic can be found by searching for precious-files.txt.

@dscho
Copy link
Member

dscho commented Feb 11, 2024

Current email thread is here: https://lore.kernel.org/git/[email protected]/#r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants