Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-06-13 10:42:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
950fde20ab30555b77997bf38d40e33d1bba42b2
950fde20
1 parent
75edefe1
忽略BuildProfile
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
sight_harmony/commons/wdJsBridge/.gitignore
sight_harmony/commons/wdJsBridge/BuildProfile.ets
sight_harmony/commons/wdJsBridge/.gitignore
View file @
950fde2
...
...
@@ -5,3 +5,4 @@
/.cxx
/.test
/oh-package-lock.json5
/BuildProfile
\ No newline at end of file
...
...
sight_harmony/commons/wdJsBridge/BuildProfile.ets
deleted
100644 → 0
View file @
75edefe
export default class BuildProfile {
static readonly HAR_VERSION = '1.0.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
static readonly BUILD_VERSION = '';
}
\ No newline at end of file
Please
register
or
login
to post a comment