File tree 5 files changed +676
-0
lines changed
5 files changed +676
-0
lines changed Original file line number Diff line number Diff line change 18
18
/config /secrets.yml *
19
19
/spec /manageiq
20
20
21
+ /node_modules /
22
+ /.pnp. *
23
+ /.yarn /*
24
+ ! /.yarn /patches
25
+ ! /.yarn /plugins
26
+ ! /.yarn /releases
27
+ ! /.yarn /sdks
28
+ ! /.yarn /versions
29
+
21
30
/lib /tasks_private /terraform /terraform.tfstate *
22
31
/lib /tasks_private /terraform /* .log
23
32
/lib /tasks_private /terraform /.terraform
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ enableGlobalCache : true
2
+ nodeLinker : node-modules
3
+ yarnPath : .yarn/releases/yarn-3.0.2.cjs
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " manageiq-providers-ibm_power_vc" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " ManageIQ Cloud Management Platform" ,
5
+ "main" : " index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/ManageIQ/manageiq.git"
9
+ },
10
+ "author" : " ManageIQ" ,
11
+ "license" : " Apache-2.0" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/ManageIQ/manageiq/issues"
14
+ },
15
+ "homepage" : " https://github.com/ManageIQ/manageiq#readme" ,
16
+ "engines" : {
17
+ "node" : " >= 14.0.0" ,
18
+ "npm" : " >= 6.0.0" ,
19
+ "yarn" : " >= 0.20.1"
20
+ },
21
+ "packageManager" :
" [email protected] "
22
+ }
Original file line number Diff line number Diff line change
1
+ # This file is generated by running "yarn install" inside your project.
2
+ # Manual changes might be lost - proceed with caution!
3
+
4
+ __metadata :
5
+ version : 4
6
+
7
+ " manageiq-providers-ibm_power_vc@workspace:. " :
8
+ version : 0.0.0-use.local
9
+ resolution : " manageiq-providers-ibm_power_vc@workspace:."
10
+ languageName : unknown
11
+ linkType : soft
You can’t perform that action at this time.
0 commit comments