Skip to content

Commit ee1e94b

Browse files
author
Hilen
committed
Initial 😉
0 parents  commit ee1e94b

File tree

64 files changed

+4733
-0
lines changed

Some content is hidden

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

64 files changed

+4733
-0
lines changed

‎Demo/.gitignore

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Xcode
2+
.DS_Store
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
*.orig
19+
npm-debug.log
20+
xcshareddata
21+
22+
# CocoaPods
23+
#
24+
# We recommend against adding the Pods directory to your .gitignore. However
25+
# you should judge for yourself, the pros and cons are mentioned at:
26+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
27+
#
28+
Pods/
29+
30+
31+
### AppCode ###
32+
## Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
33+
#
34+
### Directory-based project format
35+
.idea/
36+
## if you remove the above rule, at least ignore user-specific stuff:
37+
# .idea/workspace.xml
38+
## .idea/tasks.xml
39+
## and these sensitive or high-churn files:
40+
## .idea/dataSources.ids
41+
## .idea/dataSources.xml
42+
## .idea/sqlDataSources.xml
43+
## .idea/dynamic.xml
44+
#
45+
### File-based project format
46+
*.ipr
47+
*.iml
48+
*.iws
49+
#
50+
### Additional for IntelliJ
51+
out/
52+
#
53+
## generated by mpeltonen/sbt-idea plugin
54+
.idea_modules/
55+
#
56+
## generated by JIRA plugin
57+
atlassian-ide-plugin.xml
58+
#
59+
## generated by Crashlytics plugin (for Android Studio and Intellij)
60+
com_crashlytics_export_strings.xml
61+
#
62+
#
63+
ReactComponent/
64+
#
65+
## React Native JS file
66+
#
67+
#
68+
cleanUUID.log
69+

0 commit comments

Comments
 (0)