.gitignore in xcmonkey-0.1.0 vs .gitignore in xcmonkey-0.1.1

- old
+ new

@@ -1,15 +1,41 @@ -.DS_Store -/.idea/ +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ +fastlane/README.md +fastlane/report.xml +coverage +test-results + +# Ruby +*.gem +Gemfile.lock /pkg/ -/PageObjects/ -/attach/ -/Attachments/ -/XCResults/ -*.lock -*.xcuserdatad -*.png -*.html -port /vendor/ -coverage/ -test-results/ \ No newline at end of file + +# OSX +.DS_Store +.AppleDouble +.LSOverride + +# Xcode +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# Sonar +.scannerwork