Initial: pi-skill — 68 skills, 43 extensions, 11 themes for Pi
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Reference clones — re-clone via scripts/sync-repos.sh if needed
|
||||
.repos/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# Pi local config
|
||||
.pi/agent-sessions/
|
||||
.pi/debug-captures/
|
||||
.pi/web-test-captures/
|
||||
|
||||
# Backups
|
||||
backups/
|
||||
|
||||
# Pi local data
|
||||
.pi/agent-sessions/
|
||||
.pi/debug-captures/
|
||||
.pi/web-test-captures/
|
||||
.pi/security-audit.log
|
||||
|
||||
# Context reports
|
||||
.context/reports/*.db
|
||||
.context/reports/*.db-shm
|
||||
.context/reports/*.db-wal
|
||||
|
||||
# Temp
|
||||
*.tmp
|
||||
*.log
|
||||
Reference in New Issue
Block a user