fix: fix woodpecker pipelines
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -2,7 +2,7 @@
|
||||
site/
|
||||
|
||||
# Python cache (ignore all)
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyc
|
||||
@@ -11,14 +11,10 @@ __pycache__/
|
||||
# opencode skills (agent-only)
|
||||
.opencode/
|
||||
AGENTS.md
|
||||
.github/PULL_REQUEST_TEMPLATE.md
|
||||
.github/
|
||||
|
||||
# Scripts (except hooks)
|
||||
scripts/*
|
||||
!scripts/commit-msg
|
||||
!scripts/post-commit
|
||||
!scripts/update_readme.py
|
||||
!scripts/clean_cache.sh
|
||||
scripts/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user