Skip to content

Commit 5078546

Browse files
Minor issues
1 parent 5c73716 commit 5078546

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ main ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
hello_world_job:

.gitignore

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/caches
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
4+
/.idea
105
.DS_Store
116
/build
127
/captures
138
.externalNativeBuild
149
/entry/.preview
15-
.cxx
16-
.idea/
10+
.cxx

0 commit comments

Comments
 (0)