Skip to content

Commit 1f14490

Browse files
committed
tweaks to .zosattributes
1 parent 3d815cc commit 1f14490

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/api/BundleContent/Bundle.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,18 @@ export class Bundle {
245245
}
246246

247247
const contents = "" +
248+
"#z/OS File Attributes Document\n" +
249+
"#-----------------------------\n" +
250+
"# This document specfies the encodings for the files within\n" +
251+
"# the project in a form that is compatible with the\n" +
252+
"# 'Zowe files upload dir-to-uss' command.\n" +
253+
"#\n" +
248254
"# Don't upload node_modules\n" +
249255
"node_modules -\n" +
250256
"# Don't upload things that start with dots\n" +
251257
".* -\n" +
252258
"\n" +
253-
"# Upload images in binary\n" +
259+
"# Upload the following file types in binary\n" +
254260
"*.jpg binary binary\n" +
255261
"*.png binary binary\n" +
256262
"*.gif binary binary\n" +

0 commit comments

Comments
 (0)