Skip to content

Commit 2a45559

Browse files
committed
Better ignore
1 parent 50a9a38 commit 2a45559

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.gitignore

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
GPLineChart.xcodeproj/xcuserdata
2-
GPLineChart.xcodeproj/project.xcworkspace/xcshareddata
3-
GPLineChart.xcodeproj/project.xcworkspace/xcuserdata
1+
# Xcode
2+
#
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
*.xcuserstate

0 commit comments

Comments
 (0)