Skip to content

Commit c458303

Browse files
committed
add gitignore to example project
1 parent cfe0722 commit c458303

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

ExampleApp/.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
*.DS_Store
2+
.DS_Store
3+
*.generated.swift
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
xcuserdata/
9+
xcshareddata/
10+
/.swiftpm
11+
*.xcuserstate
12+
13+
## Various settings
14+
*.pbxuser
15+
!default.pbxuser
16+
*.mode1v3
17+
!default.mode1v3
18+
*.mode2v3
19+
!default.mode2v3
20+
*.perspectivev3
21+
!default.perspectivev3
22+
23+
## Other
24+
*.moved-aside
25+
*.xccheckout
26+
*.xcscmblueprint
27+
28+
# Swift Package Manager
29+
.build/
30+
Package.resolved*
31+
32+
# SwiftLint
33+
lintOutput.json

0 commit comments

Comments
 (0)