Skip to content

Commit 8ab609f

Browse files
committed
[common][refactor]Adjust res project
1 parent adf457f commit 8ab609f

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

app-catalog/androidres/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Exclude everything
2+
*
3+
4+
!README.md
5+
!.gitignore
6+
!build.gradle
7+
!src/main/res/placeholder

app-catalog/samples/androidres/README.md renamed to app-catalog/androidres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
> 本地带着复制来的 res 参与编译可能会失败,删除即可。
77
8-
[回到主页](../../../README.md)
8+
[回到主页](../../README.md)
File renamed without changes.
File renamed without changes.

app-catalog/samples/androidres/src/main/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import java.util.regex.Matcher
2121
*/
2222

2323
include ':app-catalog:app'
24+
include ':app-catalog:androidres'
2425
// Dynamically include samples under /app-catalog/samples/ folder
2526
def samples = []
2627
// Find all build.gradle files under samples folder

0 commit comments

Comments
 (0)