Files
csh 0dcd968188 🐛 fix(tsl-playbook): sync node formatting configs
Publish package metadata and Prettier settings through the scoped tsl-playbook bundle sync.

Force-add only managed paths so the target branch ignore rules cannot drop the lockfile.
2026-07-30 13:47:49 +08:00

38 lines
442 B
Plaintext

# ---> Vim
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
reports/
.worktrees/
tmp/
docs/superpowers/
# Local agent instructions
/AGENTS.md
# Agent 测试结果
test/agent/result/
__pycache__/
*.pyc
# Node.js
node_modules/