Initial support for compose multiplatform
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
ef85e567fb
commit
cc74ac8ce8
27 changed files with 991 additions and 2 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,7 +1,8 @@
|
|||
.gradle/
|
||||
local.properties
|
||||
.DS_Store
|
||||
build/
|
||||
**/build/
|
||||
!src/**/build/
|
||||
captures/
|
||||
.idea/
|
||||
*.iml
|
||||
|
|
@ -19,3 +20,15 @@ app/release/
|
|||
bin/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# xcode files
|
||||
xcuserdata
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
node_modules/
|
||||
*.xcodeproj/*
|
||||
!*.xcodeproj/project.pbxproj
|
||||
!*.xcodeproj/xcshareddata/
|
||||
!*.xcodeproj/project.xcworkspace/
|
||||
!*.xcworkspace/contents.xcworkspacedata
|
||||
**/xcshareddata/WorkspaceSettings.xcsettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue