gitignore *.local files (#4544)

# Description of Changes

Just ignoring `*.local` so that I can commit e.g. custom shell configs.

# API and ABI breaking changes

<!-- If this is an API or ABI breaking change, please apply the
corresponding GitHub label. -->

# Expected complexity level and risk

1

# Testing

My `.fishrc.local` is no longer picked up 🤷

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
Zeke Foppa
2026-03-04 03:06:15 -08:00
committed by GitHub
parent 018575d1f9
commit e8d829dd8f
+3
View File
@@ -264,3 +264,6 @@ nul
# AI agent config
.codex
.claude
# Any local file
*.local