Install icon indicating copy to clipboard operation
Install copied to clipboard

Create `.gitignore` file in `scoop` directory

Open bersbersbers opened this issue 2 years ago • 0 comments

Description

Some people (read, me) use a scoop installation in a git working copy - e.g., to be able to cache it in GitLab CI, which can only cache files relative to the git repository and not outside of it. However, git operations should probably not consider this directory.

Possible Solution

Create a .gitignore file containing only *, compare https://github.com/python/cpython/pull/108125

bersbersbers avatar Nov 08 '23 18:11 bersbersbers