Skip to content

[ENHANCEMENT] Add .gitignore with * to cache directory #384

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

Closed
pekkaklarck opened this issue Jan 31, 2025 · 0 comments
Closed

[ENHANCEMENT] Add .gitignore with * to cache directory #384

pekkaklarck opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@pekkaklarck
Copy link

pekkaklarck commented Jan 31, 2025

This automatically hides the directory from git status and makes it harder to accidentally commit the directory content.

Python's venv has started to do this recently:

$ cat venv313/.gitignore 
# Created by venv; see https://docs.python.org/3/library/venv.html
*
@pekkaklarck pekkaklarck added the enhancement New feature or request label Jan 31, 2025
@d-biehl d-biehl closed this as completed in 79d14e4 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant