Skip to content

Commit b732439

Browse files
kochj23claude
andcommitted
security: Remove DerivedData and build artifacts from repo, add .gitignore
DerivedData/ (371 files) and build/ (554 files) were committed to the public repo. This removes all build artifacts from tracking and adds a comprehensive .gitignore to prevent them from being committed again. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a607201 commit b732439

927 files changed

Lines changed: 55 additions & 10271 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-10 KB
Binary file not shown.

.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Xcode
2+
DerivedData/
3+
build/
4+
*.xcodeproj/project.xcworkspace/
5+
*.xcodeproj/xcuserdata/
6+
*.xcworkspace/xcuserdata/
7+
xcuserdata/
8+
*.pbxuser
9+
\!default.pbxuser
10+
*.mode1v3
11+
\!default.mode1v3
12+
*.mode2v3
13+
\!default.mode2v3
14+
*.perspectivev3
15+
\!default.perspectivev3
16+
*.xccheckout
17+
*.moved-aside
18+
*.xcuserstate
19+
*.hmap
20+
*.ipa
21+
*.dSYM.zip
22+
*.dSYM
23+
timeline.xctimeline
24+
playground.xcworkspace
25+
*.xcscmblueprint
26+
27+
# Swift Package Manager
28+
.build/
29+
Packages/
30+
Package.resolved
31+
32+
# CocoaPods
33+
Pods/
34+
Podfile.lock
35+
36+
# macOS
37+
.DS_Store
38+
.AppleDouble
39+
.LSOverride
40+
._*
41+
.Spotlight-V100
42+
.Trashes
43+
44+
# Secrets
45+
*.p12
46+
*.cer
47+
*.mobileprovision
48+
secrets.json
49+
credentials.json
50+
.env
51+
.env.*
52+
config.plist
53+
54+
# Archives
55+
*.xcarchive

DerivedData/Build/Intermediates.noindex/Bastion.build/Debug/Bastion-9cab8edf3c4e02c9e702b01f138f8a06-VFS/all-product-headers.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.

DerivedData/Build/Intermediates.noindex/Bastion.build/Debug/Bastion.build/Bastion.DependencyMetadataFileList

Whitespace-only changes.

DerivedData/Build/Intermediates.noindex/Bastion.build/Debug/Bastion.build/Bastion.DependencyStaticMetadataFileList

Whitespace-only changes.

0 commit comments

Comments
 (0)