AsahiLinux / asahi-installer

Asahi Linux installer
MIT License
782 stars 104 forks source link

bug: fix: ignore the contents of ./releases folder #298

Closed PaulCharlton closed 3 days ago

PaulCharlton commented 6 days ago

bug: fix: ignore the contents of ./releases folder

The releases folder is currently pinned for git with a .keep file.

However, after a full build, all other files in the releases folder are being scanned by git as "untracked"

add an entry to .gitignore which preserves the .keep but ignores all visible files. ie: releases/* since the globbing does not include hidden files by default

marcan commented 3 days ago

No. Did you even test this? The release files are .tar.gz files and there is a *.tar.gz in the .gitignore, therefore those files don't show up as untracked. If you are dumping other stuff in releases yourself that's your problem.