-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 876 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Xcode / build
.build/
DerivedData/
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
*.xcuserstate
build/
*.ipa
*.dSYM.zip
*.dSYM
# xcodegen output is generated from project.yml — do not commit the generated project
PitchAtlas.xcodeproj/
# Info.plist is authored by xcodegen from project.yml's info block — generated, not source
PitchAtlas/Info.plist
# Generated content (regenerated from the web repo by tools/generate-content)
# Committed JSON lives in PitchAtlas/Resources/Content; the *intermediate* build dir is ignored.
tools/generate-content/node_modules/
tools/generate-content/.tsx-cache/
# Specimen bundle (built + sanitized from the web repo; regenerated, not source)
PitchAtlas/Resources/specimen/dist/
# macOS / editor
.DS_Store
*.swp
.vscode/
.idea/
# Secrets / signing — never commit
*.p8
*.p12
*.mobileprovision
.appstoreconnect/
secrets.env
.env