mirror of
https://github.com/rmccorkl/TubeSage.git
synced 2026-07-22 06:45:31 +00:00
The superpowers specs/plans are internal workflow scaffolding, not distributable project docs. Untrack them and add docs/superpowers/ to .gitignore. Files are kept locally. This also clears a GitHub secret-scanning false positive: a spec quoted YouTube's public InnerTube key, which matches the AIzaSy* Google-API-key pattern. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
63 lines
952 B
Text
63 lines
952 B
Text
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
*.js.map
|
|
*.wasm
|
|
|
|
# IDE and editor file
|
|
.idea/
|
|
.vscode/
|
|
.claude
|
|
CLAUDE.md
|
|
doc/obsidian-plugin-template.md
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
*.zip
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
log.md
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
node_modules
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Main file as this compiled
|
|
main.js
|
|
main.ts.working
|
|
Style2CSS.txt
|
|
|
|
# Chromium user data (contains browsing session data)
|
|
chromium-user-data/
|
|
|
|
# Superpowers workflow docs (specs/plans) — internal scaffolding, not for distribution
|
|
docs/superpowers/
|
|
|
|
# Personal deploy script — references local vault paths; not for distribution
|
|
scripts/deploy.sh
|
|
.fallow/
|
|
graphify-out/
|
|
src/graphify-out/graph.json
|
|
src/graphify-out/GRAPH_REPORT.md
|
|
src/graphify-out/cache/
|
|
src/graphify-out/graph.html
|
|
src/graphify-out/.graphify_root
|
|
src/graphify-out/.graphify_python
|