4bfea67cc5
Add docs/plans, docs/specs, docs/superpowers, and .superpowers to .gitignore and stop tracking the two config-toggle artifacts that were committed before the ignore rules existed. The files are kept on disk (now ignored), only removed from version control.
113 lines
3.8 KiB
Plaintext
113 lines
3.8 KiB
Plaintext
# GitIgnore for Fish-config
|
|
|
|
# id: gitig-boilerplate-7f0528027e23f210196ae4583c408e5b
|
|
# ╭──────────────────────────────────────────────────────────╮
|
|
# │ GitIgnore Boilerplate Template │
|
|
# ╰──────────────────────────────────────────────────────────╯
|
|
#
|
|
# ──────────────────── OS-Generated Files ────────────────────
|
|
# automatic backup files created by some editors (e.g., Vim, Emacs)
|
|
*~
|
|
|
|
# temporary files created if a process still has a handle to a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# MacOS junk
|
|
.DS_Store
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# files created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
# ─────────────────── Debug/Temporary/Testing ────────────────
|
|
# Matches OLD / .OLD
|
|
[Oo][Ll][Dd]/
|
|
.[Oo][Ll][Dd]/
|
|
|
|
# Matches DISABLE / .DISABLE
|
|
[Dd][Ii][Ss][Aa][Bb][Ll][Ee]/
|
|
.[Dd][Ii][Ss][Aa][Bb][Ll][Ee]/
|
|
|
|
# Matches DISABLED / .DISABLED
|
|
[Dd][Ii][Ss][Aa][Bb][Ll][Ee][Dd]/
|
|
.[Dd][Ii][Ss][Aa][Bb][Ll][Ee][Dd]/
|
|
|
|
# Matches DEBUG / .DEBUG
|
|
[Dd][Ee][Bb][Uu][Gg]/
|
|
.[Dd][Ee][Bb][Uu][Gg]/
|
|
|
|
# Matches TMP / .TMP
|
|
[Tt][Mm][Pp]/
|
|
.[Tt][Mm][Pp]/
|
|
|
|
# Matches TEMP / .TEMP
|
|
[Tt][Ee][Mm][Pp]/
|
|
.[Tt][Ee][Mm][Pp]/
|
|
|
|
# Matches TEMPORARY / .TEMPORARY
|
|
[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/
|
|
.[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/
|
|
|
|
# Matches TESTING / .TESTING
|
|
[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/
|
|
.[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/
|
|
|
|
# ──────────────────── Planning Artifacts ───────────────────
|
|
# Catalog files generated by pre-implementation analysis passes
|
|
opinionated_catalog.md
|
|
.superpowers
|
|
docs/superpowers
|
|
docs/specs
|
|
docs/plans
|
|
|
|
# ──────────────────── Runtime State Files ───────────────────
|
|
# Sentinel file written/removed at runtime to coordinate logging state
|
|
# across the fish config and the Kitty Python watcher. Never committed.
|
|
.logging_disabled
|
|
|
|
# ──────────────── Fisher-Managed Plugin Files ───────────────
|
|
# Fisher writes these into the repo directory on install/update.
|
|
# They are owned by Fisher — do not commit them.
|
|
functions/fisher.fish
|
|
completions/fisher.fish
|
|
conf.d/sponge.fish
|
|
functions/_sponge*.fish
|
|
functions/sponge_*.fish
|
|
!functions/sponge_filter_secrets.fish
|
|
|
|
# ─────────────────── AI Sessions and Rules ──────────────────
|
|
# Matches CLAUDE.md, .claud*, etc.
|
|
[Cc][Ll][Aa][Uu][Dd][Ee].[Mm][Dd]
|
|
.[Cc][Ll][Aa][Uu][Dd]*
|
|
|
|
# Matches GEMINI.md, .gemin*, etc.
|
|
[Gg][Ee][Mm][Ii][Nn][Ii].[Mm][Dd]
|
|
.[Gg][Ee][Mm][Ii][Nn]*
|
|
|
|
# Matches ANTIGRAVITY.md, .antigrav*, etc.
|
|
[Aa][nN][Tt][Ii][Gg][Rr][Aa][Vv][Ii][Tt][Yy].[Mm][Dd]
|
|
.[Aa][Nn][Tt][Ii][Gg][Rr][Aa][Vv]*
|
|
|
|
# Matches AGENTS.md, .remember, etc.
|
|
[Aa][Gg][Ee][Nn][Tt][Ss].[Mm][Dd]
|
|
.[Rr][Ee][Mm][Ee][Mm][Bb][Ee][Rr]
|
|
|
|
# ──────────────────────────────────────────────────────────────
|
|
|
|
# id: gi-patterns-a62e4f6489ac26edaabdfc550334800a
|
|
# Created by https://www.toptal.com/developers/gitignore/api/fish
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=fish
|
|
|
|
### Fish ###
|
|
fishd.*
|
|
fish_history
|
|
fish_variables
|
|
config.local.fish
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/fish
|