Tsuz-Hypr-Dotfiles/.gitignore
Tsuzura 7fcc879d0b
gitignore: exclude .local_gitignore
It's set as core.excludesFile and shouldn't be tracked in the repo itself.
2026-07-30 20:14:53 -04:00

40 lines
No EOL
2.3 KiB
Text

# ── QuickShell ────────────────────────────────────────────────────────────────
# LSP state file, auto-generated at runtime, machine-specific
**/.qmlls.ini
# ── Editor ────────────────────────────────────────────────────────────────────
# VSCodium/VSCode
.vscode/
.local_gitignore
# ── Backup / temp files ───────────────────────────────────────────────────────
*.bak
*.swp
*.swo
*~
# ── OS cruft ──────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Stow ──────────────────────────────────────────────────────────────────────
.stow-local-ignore
# ── Compiled / cache ──────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.o
*.so
# ── Secrets / sensitive ───────────────────────────────────────────────────────
.env
.secrets
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
# ── Node (unlikely but cheap to include) ──────────────────────────────────────
node_modules/
# ── Fish Local Key ──────────────────────────────────────────────────────────────────────
local_keys.fish