feat(project): 初始化项目结构和配置
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
*.iml
|
||||
.gradle
|
||||
local.properties
|
||||
.DS_Store
|
||||
/build
|
||||
build/
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
/release
|
||||
/tmp
|
||||
node_modules/
|
||||
/app/app
|
||||
/app/google
|
||||
/app/gradle.properties
|
||||
package-lock.json
|
||||
.idea/
|
||||
# Kotlin 2.0
|
||||
.kotlin/
|
||||
Reference in New Issue
Block a user