Skip to content

Commit e8d829d

Browse files
authored
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>
1 parent 018575d commit e8d829d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,6 @@ nul
264264
# AI agent config
265265
.codex
266266
.claude
267+
268+
# Any local file
269+
*.local

0 commit comments

Comments
 (0)