mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
30 lines
730 B
Plaintext
30 lines
730 B
Plaintext
# Node & package manager
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Env files
|
|
.env
|
|
|
|
# System Configuration File
|
|
.DS_Store
|
|
|
|
# Superpowers AI workflow docs
|
|
docs/superpowers/
|
|
.dev/docs/superpowers/
|
|
.superpowers/
|
|
.worktrees/
|
|
|
|
# On-device perf baselines — record device model and LAN address; keep local
|
|
/.claude/skills/aurora-performance/baselines/
|
|
|
|
# Agent workflow state and output (see .dev/docs/workflows.md): the
|
|
# /luci-change approval marker, and the local decision records —
|
|
# upstream proposals and change reports — of which only the template ships
|
|
/.claude/.change-approved
|
|
/.dev/decisions/*
|
|
!/.dev/decisions/TEMPLATE.md
|
|
|
|
# Local page snapshots for the dev /mocks/ route — see .dev/docs/DEVELOPMENT.md
|
|
/.dev/mocks/
|