Skip to content

Commit f7b3bf4

Browse files
committed
DRY .gitignore setup — Push to root
1 parent e164a15 commit f7b3bf4

File tree

61 files changed

+3460
-856
lines changed

Some content is hidden

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

61 files changed

+3460
-856
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
.DS_Store
2+
# If Xcode is setup to use a local derived data folder (recommended), ignore it
3+
DerivedData
4+
5+
# Ignore xcodeproj because we codegenerate them
6+
*.xcodeproj
7+
# Ignore Info.plist because we codegen that, too
18
Info.plist
9+
10+
# SwiftPM
11+
.build

04-tdd-in-the-real-world/0-start/.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Albertos.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>33D869CEA8CD44DF60039E52</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>B5F9F9D2250AEB2D2EE0494B</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
26+
</dict>
27+
</plist>

04-tdd-in-the-real-world/1-end/.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)