You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:18:39 UTC

[24/50] [abbrv] incubator-weex git commit: + [ios] Add gitignore file in iOS

+ [ios] Add gitignore file in iOS


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/93435d86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/93435d86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/93435d86

Branch: refs/heads/master
Commit: 93435d867d4e7282754e7002d6b0dee0aac70762
Parents: 185fe55
Author: \u9690\u98ce <cx...@gmail.com>
Authored: Sun Jun 12 23:38:31 2016 +0800
Committer: \u9690\u98ce <cx...@gmail.com>
Committed: Sun Jun 12 23:38:31 2016 +0800

----------------------------------------------------------------------
 ios/.gitignore                   |  66 ++++++++++++++++++++++++++++++++++
 ios/playground/CFNetwork.gcno    | Bin 12900 -> 0 bytes
 ios/playground/CoreGraphics.gcno | Bin 2348 -> 0 bytes
 ios/playground/Foundation.gcno   | Bin 4020 -> 0 bytes
 ios/playground/ObjectiveC.gcno   | Bin 24364 -> 0 bytes
 5 files changed, 66 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93435d86/ios/.gitignore
----------------------------------------------------------------------
diff --git a/ios/.gitignore b/ios/.gitignore
new file mode 100644
index 0000000..4865962
--- /dev/null
+++ b/ios/.gitignore
@@ -0,0 +1,66 @@
+# Created by https://www.gitignore.io/api/objective-c
+
+### Objective-C ###
+# Xcode
+#
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+
+## Build generated
+build/
+_demo/
+DerivedData
+
+## Various settings
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+xcuserdata
+
+## Other
+*.xccheckout
+*.moved-aside
+*.xcuserstate
+*.xcscmblueprint
+
+## Obj-C/Swift specific
+*.hmap
+*.ipa
+
+# CocoaPods
+#
+# We recommend against adding the Pods directory to your .gitignore. However
+# you should judge for yourself, the pros and cons are mentioned at:
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
+#
+# Pods/
+
+# Carthage
+#
+# Add this line if you want to avoid checking in source code from Carthage dependencies.
+# Carthage/Checkouts
+
+Carthage/Build
+
+# fastlane
+#
+# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 
+# screenshots whenever they are needed.
+# For more information about the recommended setup visit:
+# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
+
+fastlane/report.xml
+fastlane/screenshots
+
+### Objective-C Patch ###
+*.xcscmblueprint
+
+
+# Created by https://www.gitignore.io/api/node
+
+*.gcno
+

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93435d86/ios/playground/CFNetwork.gcno
----------------------------------------------------------------------
diff --git a/ios/playground/CFNetwork.gcno b/ios/playground/CFNetwork.gcno
deleted file mode 100644
index 5b6ec63..0000000
Binary files a/ios/playground/CFNetwork.gcno and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93435d86/ios/playground/CoreGraphics.gcno
----------------------------------------------------------------------
diff --git a/ios/playground/CoreGraphics.gcno b/ios/playground/CoreGraphics.gcno
deleted file mode 100644
index cf63b22..0000000
Binary files a/ios/playground/CoreGraphics.gcno and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93435d86/ios/playground/Foundation.gcno
----------------------------------------------------------------------
diff --git a/ios/playground/Foundation.gcno b/ios/playground/Foundation.gcno
deleted file mode 100644
index e13f146..0000000
Binary files a/ios/playground/Foundation.gcno and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/93435d86/ios/playground/ObjectiveC.gcno
----------------------------------------------------------------------
diff --git a/ios/playground/ObjectiveC.gcno b/ios/playground/ObjectiveC.gcno
deleted file mode 100644
index ae8b21c..0000000
Binary files a/ios/playground/ObjectiveC.gcno and /dev/null differ