chore: 更新脚本并且修改gitignore
This commit is contained in:
+11
-7
@@ -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
|
||||
Reference in New Issue
Block a user