Skip to content

Commit 0ba7352

Browse files
committed
[refactor] seperate android repo
1 parent a170dca commit 0ba7352

File tree

156 files changed

+45
-60
lines changed

Some content is hidden

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

156 files changed

+45
-60
lines changed

.gitignore

+45
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
11
.idea
22
.DS_Store
3+
HELP.md
4+
.gradle
5+
build/
6+
!gradle/wrapper/gradle-wrapper.jar
7+
!**/src/main/**/build/
8+
!**/src/test/**/build/
9+
src/main/resources/*
10+
!src/main/resources/.gitkeep
11+
logs/
12+
!src/main/resources/log4j2-spring-production.xml
13+
14+
logs/
15+
!src/main/resources/log4j2-spring-local.xml
16+
17+
18+
### STS ###
19+
.apt_generated
20+
.classpath
21+
.factorypath
22+
.project
23+
.settings
24+
.springBeans
25+
.sts4-cache
26+
bin/
27+
!**/src/main/**/bin/
28+
!**/src/test/**/bin/
29+
30+
### IntelliJ IDEA ###
31+
.idea
32+
*.iws
33+
*.iml
34+
*.ipr
35+
out/
36+
!**/src/main/**/out/
37+
!**/src/test/**/out/
38+
39+
### NetBeans ###
40+
/nbproject/private/
41+
/nbbuild/
42+
/dist/
43+
/nbdist/
44+
/.nb-gradle/
45+
46+
### VS Code ###
47+
.vscode/

README.md

-15

back/appspec.yml appspec.yml

File renamed without changes.

back/.gitignore

-45
This file was deleted.

back/build.gradle build.gradle

File renamed without changes.
File renamed without changes.
File renamed without changes.

back/gradlew gradlew

File renamed without changes.

back/gradlew.bat gradlew.bat

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)