mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-10 00:53:20 +08:00
Add .git-crypt and .venv to the blacklist
This commit updates the release_files.py script to include .git-crypt and .venv in the list of blacklisted files. This ensures that these directories are excluded from the release process, maintaining cleaner and more secure releases.
This commit is contained in:
@@ -88,6 +88,8 @@ sunnypilot_blacklist = [
|
||||
"codecov.yml",
|
||||
"conftest.py",
|
||||
"poetry.lock",
|
||||
".git-crypt/",
|
||||
".venv"
|
||||
]
|
||||
|
||||
# Merge the blacklists
|
||||
|
||||
Reference in New Issue
Block a user