瀏覽代碼

initial commit

ipu 8 年之前
當前提交
8aee2c479e
共有 2 個文件被更改,包括 97 次插入0 次删除
  1. 93 0
      .gitignore
  2. 4 0
      README.md

+ 93 - 0
.gitignore

@ -0,0 +1,93 @@
1
# ---> Java
2
*.class
3
4
# Mobile Tools for Java (J2ME)
5
.mtj.tmp/
6
7
# Package Files #
8
*.jar
9
*.war
10
*.ear
11
12
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13
hs_err_pid*
14
15
# ---> Android
16
# Built application files
17
*.apk
18
*.ap_
19
20
# Files for the Dalvik VM
21
*.dex
22
23
# Java class files
24
*.class
25
26
# Generated files
27
bin/
28
gen/
29
30
# Gradle files
31
.gradle/
32
build/
33
34
# Local configuration file (sdk path, etc)
35
local.properties
36
37
# Proguard folder generated by Eclipse
38
proguard/
39
40
# Log Files
41
*.log
42
43
# Android Studio Navigation editor temp files
44
.navigation/
45
46
# Android Studio captures folder
47
captures/
48
49
# ---> Objective-C
50
# Xcode
51
#
52
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
53
54
## Build generated
55
build/
56
DerivedData
57
58
## Various settings
59
*.pbxuser
60
!default.pbxuser
61
*.mode1v3
62
!default.mode1v3
63
*.mode2v3
64
!default.mode2v3
65
*.perspectivev3
66
!default.perspectivev3
67
xcuserdata
68
69
## Other
70
*.xccheckout
71
*.moved-aside
72
*.xcuserstate
73
*.xcscmblueprint
74
75
## Obj-C/Swift specific
76
*.hmap
77
*.ipa
78
79
# CocoaPods
80
#
81
# We recommend against adding the Pods directory to your .gitignore. However
82
# you should judge for yourself, the pros and cons are mentioned at:
83
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
84
#
85
#Pods/
86
87
# Carthage
88
#
89
# Add this line if you want to avoid checking in source code from Carthage dependencies.
90
# Carthage/Checkouts
91
92
Carthage/Build
93

+ 4 - 0
README.md

@ -0,0 +1,4 @@
1
# ipu-guide
2
3
包括IPU基础客户端、基础服务端、IPU秀等IPU入门功能。
4
同android-share、ios-share一样,都是开放的仓库。