Add .ai-history/ to .gitignore

This commit is contained in:
Alex Gleason 2025-07-28 23:55:20 -05:00
parent 7473c794cc
commit b6d31cdd9d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
.ai-history/
# Editor directories and files
.idea