From 452f941b839d91a38efe58c50b1e6b5920d53e69 Mon Sep 17 00:00:00 2001 From: Trey t Date: Wed, 11 Mar 2026 15:55:28 -0500 Subject: [PATCH] Add .DS_Store and .claude/ to gitignore Co-Authored-By: Claude Opus 4.6 --- .DS_Store | Bin 6148 -> 0 bytes .claude/settings.local.json | 52 ------------------------- .claude/skills/remotion-best-practices | 1 - .gitignore | 6 +++ 4 files changed, 6 insertions(+), 53 deletions(-) delete mode 100644 .DS_Store delete mode 100644 .claude/settings.local.json delete mode 120000 .claude/skills/remotion-best-practices diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 4c2b253a52febfac671dbfd3c1f5e7be47b45e1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKu}T9$5PhR54lGP*xt*PmKRCl_Eu^uO*m<+NGkdcSvbzI7rZ@Ej7y~HS6h(~z(c!_VEq5LfC9iRf1KeVP2KB%~e{o22 z-^DSO{H?H={}L^(xRcA(`DC_e)~%)g^7wVcx~Z!9s+rTXcz!tDzq@}r{7zK;gQ)gm zBRe^j-_K~$Qg=QDA7X2OAN7ajwkmk9Xmq{hj{TJ{^hsgMe^6Ve#-8U(lB%|5DfGg z*tYIi@BbtIWd@7`n e^kZI diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 0ecbc8e..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(find:*)", - "Bash(xcodebuild:*)", - "Bash(cat:*)", - "Bash(grep:*)", - "WebSearch", - "WebFetch(domain:swiftwithmajid.com)", - "WebFetch(domain:azamsharp.com)", - "WebFetch(domain:www.createwithswift.com)", - "Skill(frontend-design:frontend-design)", - "Bash(npx claude-plugins:*)", - "Bash(cloc:*)", - "Bash(swift -parse:*)", - "Bash(swiftc:*)", - "Bash(git add:*)", - "WebFetch(domain:apps.apple.com)", - "Bash(ls:*)", - "Bash(python3:*)", - "Bash( comm -23 /tmp/code_keys.txt /tmp/xcstrings_keys.txt)", - "Bash( comm -13 /tmp/code_keys.txt /tmp/xcstrings_keys.txt)", - "Bash(xargs cat:*)", - "Bash(xcrun simctl:*)", - "Bash(curl:*)", - "Bash(open:*)", - "Bash(npx skills:*)", - "Bash(npx create-video@latest:*)", - "Bash(npm install:*)", - "Bash(npm run build:*)", - "Bash(npx remotion render:*)", - "Bash(ffmpeg:*)", - "Bash(sips:*)", - "Bash(unzip:*)", - "Bash(plutil:*)", - "Bash(done)", - "Bash(for:*)", - "Bash(# Check Button and Label strings grep -rE ''\\(Button|Label|navigationTitle\\)\\\\\\(\"\"'' /Users/treyt/Desktop/code/Feels/Shared/ --include=\"\"*.swift\"\")", - "Bash(# Double-check a few of these strings to make sure they''re not used echo \"\"=== Checking ''Custom'' ===\"\" grep -rn ''\"\"Custom\"\"'' /Users/treyt/Desktop/code/Feels/Shared/ --include=\"\"*.swift\"\")", - "Bash(echo \"=== How ''3D card flip'' is used ===\" grep -rn \"3D card flip\" /Users/treyt/Desktop/code/Feels/Shared/ --include=\"*.swift\")", - "Bash(ffprobe:*)", - "Bash(npx remotion:*)", - "Bash(npx tsc:*)", - "Bash(npm start)", - "Bash(npm run:*)" - ], - "ask": [ - "Bash(git commit:*)", - "Bash(git push:*)" - ] - } -} diff --git a/.claude/skills/remotion-best-practices b/.claude/skills/remotion-best-practices deleted file mode 120000 index 4b38dbf..0000000 --- a/.claude/skills/remotion-best-practices +++ /dev/null @@ -1 +0,0 @@ -../../.agents/skills/remotion-best-practices \ No newline at end of file diff --git a/.gitignore b/.gitignore index d9a3a31..5803836 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# OS files +.DS_Store + +# Claude Code +.claude/ + # Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore