build(ignore): add case-insensitive patterns for local testing and temporary files
Consolidates and expands the .gitignore to ignore various temporary and testing directories. This allows for local experimentation with new ideas and the preservation of disabled functions without the risk of accidentally committing them to the repository.
This commit is contained in:
@@ -36,3 +36,10 @@ OLD/
|
||||
# Auto-managed by fish; contains machine-local state and universal vars
|
||||
fish_variables
|
||||
.claude
|
||||
|
||||
# Personal testing/temporary files
|
||||
[Tt][Mm][Pp]/
|
||||
[Tt][Ee][Mm][Pp]/
|
||||
[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/
|
||||
[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/
|
||||
[Dd][Ee][Bb][Uu][Gg]/
|
||||
|
||||
Reference in New Issue
Block a user