forked from PlatONnetwork/client-sdk-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (41 loc) · 666 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (41 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### Java template
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Gradle files
.gradle
/build
/out
*/build/
*/out/
# Local configuration file (sdk path, etc)
local.properties
# Ignore Gradle GUI config
gradle-app.setting
# IntelliJ project files
*.iml
.idea/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
.idea
*.iml
geth.sh
/bin/
/target/
docs/build
# Android Studio settings
/local.properties
# Android Studio captures folder
captures/
# Misc
.DS_Store
# svn temp directory
tmp_commit/
wallet/src/test/
framework/src/test/