chore: add grokkit and backup files to gitignore

Update .gitignore to ignore the 'grokkit' directory and all '.bak' files.
This commit is contained in:
Greg Gauthier 2026-02-28 20:20:38 +00:00
parent f0858e08c1
commit 56360808d7

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
```
.idea/ .idea/
build/ build/
grokkit
*.bak
```