Skip to content

Commit

Permalink
Merge pull request AndrewHartAR#42 from Stunner/gitignore-enhancement
Browse files Browse the repository at this point in the history
Added .DS_Store to gitignore & added newline to end of file.
  • Loading branch information
aaronbrethorst authored May 26, 2018
2 parents 0b21e57 + f17556a commit ec75b28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store

## Obj-C/Swift specific
*.hmap
Expand Down Expand Up @@ -64,4 +65,5 @@ Carthage/Build
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/test_output

0 comments on commit ec75b28

Please sign in to comment.