chore: update .gitignore

This commit is contained in:
Cody Bromley
2025-05-29 13:38:49 -05:00
parent e9f92dc84a
commit effce6f58f
2 changed files with 7 additions and 8 deletions
+2 -7
View File
@@ -75,13 +75,8 @@ iOSInjectionProject/
# Ignore system junk files
.DS_Store
# Local configuration
# Local configurations and caches
Configuration.xcconfig
releases/*
docs/.jekyll-cache/
docs/_site/
.ignored
# Local AI notes
CLAUDE.md
.mcp.json
+5 -1
View File
@@ -17,4 +17,8 @@ pnpm-debug.log*
# environment variables
.env
.env.production
.env.production
# github pages
.jekyll-cache/
_site/