Skip to content

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

Closed
@pekkaklarck

Description

@pekkaklarck

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
*

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions