We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d815cc commit 1f14490Copy full SHA for 1f14490
src/api/BundleContent/Bundle.ts
@@ -245,12 +245,18 @@ export class Bundle {
245
}
246
247
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" +
254
"# Don't upload node_modules\n" +
255
"node_modules -\n" +
256
"# Don't upload things that start with dots\n" +
257
".* -\n" +
258
"\n" +
- "# Upload images in binary\n" +
259
+ "# Upload the following file types in binary\n" +
260
"*.jpg binary binary\n" +
261
"*.png binary binary\n" +
262
"*.gif binary binary\n" +
0 commit comments