mirror of
https://github.com/codybrom/blankie.git
synced 2026-05-14 07:40:35 +00:00
chore: update .gitignore
This commit is contained in:
+2
-7
@@ -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
@@ -17,4 +17,8 @@ pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
.env.production
|
||||
|
||||
# github pages
|
||||
.jekyll-cache/
|
||||
_site/
|
||||
Reference in New Issue
Block a user