Add .DS_Store and .claude/ to gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
../../.agents/skills/remotion-best-practices
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user