Skip to content

Commit

Permalink
DRY .gitignore setup — Push to root
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 27, 2024
1 parent e164a15 commit f7b3bf4
Show file tree
Hide file tree
Showing 61 changed files with 3,460 additions and 856 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
.DS_Store
# If Xcode is setup to use a local derived data folder (recommended), ignore it
DerivedData

# Ignore xcodeproj because we codegenerate them
*.xcodeproj
# Ignore Info.plist because we codegen that, too
Info.plist

# SwiftPM
.build
32 changes: 0 additions & 32 deletions 04-tdd-in-the-real-world/0-start/.gitignore

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Albertos.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>33D869CEA8CD44DF60039E52</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>B5F9F9D2250AEB2D2EE0494B</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
32 changes: 0 additions & 32 deletions 04-tdd-in-the-real-world/1-end/.gitignore

This file was deleted.

Loading

0 comments on commit f7b3bf4

Please sign in to comment.