chore: 更新脚本并且修改gitignore

This commit is contained in:
2026-04-02 15:40:31 +08:00
parent 475de51c7d
commit 912d7c7f54
6 changed files with 17 additions and 12 deletions
+11 -7
View File
@@ -6,11 +6,15 @@
# Allow specific file types and root files
!*.py
!*.md
!*.png
!LICENSE
!pyproject.toml
!.github/ISSUE_TEMPLATE/*
!.github/workflows/lint.yml
!.github/workflows/tests.yml
# Allow GitHub files
!/.github/ISSUE_TEMPLATE/*
!/.github/workflows/lint.yml
!/.github/workflows/tests.yml
# Allow root files
!/assets/*
!/CONTRIBUTING.md
!/LICENSE
!/pyproject.toml
!/README.md