Skip to content

Commit 434fd91

Browse files
Harmony OS
1 parent 093132c commit 434fd91

73 files changed

Lines changed: 1450 additions & 1422 deletions

File tree

Some content is hidden

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

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# This workflow will build a Harmony OS project with Gradle and analyse the code using Sonar cloud.
2-
3-
name: Build
4-
51
on:
62
push:
7-
branches: [ main ]
3+
branches: [ master ]
84
pull_request:
9-
branches: [ main ]
5+
branches: [ master ]
106

117
jobs:
128
hello_world_job:

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/workspace.xml
4+
/.idea/caches
55
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
/.idea/navEditor.xml
9+
/.idea/assetWizardSettings.xml
610
.DS_Store
711
/build
812
/captures
913
.externalNativeBuild
14+
/entry/.preview
15+
.cxx
16+
.idea/

.idea/codeStyleSettings.xml

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

.idea/compiler.xml

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

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

.idea/gradle.xml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

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

.idea/inspectionProfiles/profiles_settings.xml

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

0 commit comments

Comments
 (0)