ScoopInstaller / Install

📥 Next-generation Scoop (un)installer

Home Page:https://get.scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create `.gitignore` file in `scoop` directory

bersbersbers opened this issue · 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 python/cpython#108125