Skip to content

Commit 4f9637a

Browse files
committed
1 parent 1f820bf commit 4f9637a

File tree

66 files changed

+254
-9650
lines changed

Some content is hidden

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

66 files changed

+254
-9650
lines changed

examples/DemoCodeField/.buckconfig

-6
This file was deleted.

examples/DemoCodeField/.bundle/config

-2
This file was deleted.

examples/DemoCodeField/.eslintrc.js

-4
This file was deleted.

examples/DemoCodeField/.gitignore

+10-57
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,14 @@
1-
# OSX
2-
#
1+
*.binlog
2+
*.hprof
3+
*.xcworkspace/
4+
*.zip
35
.DS_Store
4-
5-
# Xcode
6-
#
7-
build/
8-
*.pbxuser
9-
!default.pbxuser
10-
*.mode1v3
11-
!default.mode1v3
12-
*.mode2v3
13-
!default.mode2v3
14-
*.perspectivev3
15-
!default.perspectivev3
16-
xcuserdata
17-
*.xccheckout
18-
*.moved-aside
19-
DerivedData
20-
*.hmap
21-
*.ipa
22-
*.xcuserstate
23-
24-
# Android/IntelliJ
25-
#
6+
.gradle/
7+
.idea/
8+
.vs/
9+
Pods/
2610
build/
27-
.idea
28-
.gradle
11+
dist/
2912
local.properties
30-
*.iml
31-
*.hprof
32-
33-
# node.js
34-
#
13+
msbuild.binlog
3514
node_modules/
36-
npm-debug.log
37-
yarn-error.log
38-
39-
# BUCK
40-
buck-out/
41-
\.buckd/
42-
*.keystore
43-
!debug.keystore
44-
45-
# fastlane
46-
#
47-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48-
# screenshots whenever they are needed.
49-
# For more information about the recommended setup visit:
50-
# https://docs.fastlane.tools/best-practices/source-control/
51-
52-
*/fastlane/report.xml
53-
*/fastlane/Preview.html
54-
*/fastlane/screenshots
55-
56-
# Bundle artifact
57-
*.jsbundle
58-
59-
# Ruby / CocoaPods
60-
/ios/Pods/
61-
/vendor/bundle/

examples/DemoCodeField/.prettierrc.js

-7
This file was deleted.

examples/DemoCodeField/.ruby-version

-1
This file was deleted.

examples/DemoCodeField/Gemfile

-6
This file was deleted.

examples/DemoCodeField/Gemfile.lock

-100
This file was deleted.

examples/DemoCodeField/android/app/_BUCK

-55
This file was deleted.

0 commit comments

Comments
 (0)