diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..22a1b97 Binary files /dev/null and b/.DS_Store differ diff --git a/force-app/.DS_Store b/force-app/.DS_Store new file mode 100644 index 0000000..7b0d367 Binary files /dev/null and b/force-app/.DS_Store differ diff --git a/force-app/main/.DS_Store b/force-app/main/.DS_Store new file mode 100644 index 0000000..0f32880 Binary files /dev/null and b/force-app/main/.DS_Store differ diff --git a/force-app/main/default/.DS_Store b/force-app/main/default/.DS_Store new file mode 100644 index 0000000..ff23b03 Binary files /dev/null and b/force-app/main/default/.DS_Store differ diff --git a/force-app/main/default/aura/.DS_Store b/force-app/main/default/aura/.DS_Store new file mode 100644 index 0000000..e4193ae Binary files /dev/null and b/force-app/main/default/aura/.DS_Store differ diff --git a/force-app/main/default/lwc/.DS_Store b/force-app/main/default/lwc/.DS_Store new file mode 100644 index 0000000..f54d297 Binary files /dev/null and b/force-app/main/default/lwc/.DS_Store differ diff --git a/force-app/main/default/lwc/jsconfig.json b/force-app/main/default/lwc/jsconfig.json new file mode 100644 index 0000000..c613acd --- /dev/null +++ b/force-app/main/default/lwc/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "experimentalDecorators": true + }, + "include": [ + "**/*", + "../../../../.sfdx/typings/lwc/**/*.d.ts" + ], + "paths": { + "c/*": [ + "*" + ] + }, + "typeAcquisition": { + "include": [ + "jest" + ] + } +} diff --git a/force-app/main/default/objects/.DS_Store b/force-app/main/default/objects/.DS_Store new file mode 100644 index 0000000..a44f443 Binary files /dev/null and b/force-app/main/default/objects/.DS_Store differ diff --git a/force-app/main/default/staticresources/.DS_Store b/force-app/main/default/staticresources/.DS_Store new file mode 100644 index 0000000..da6b013 Binary files /dev/null and b/force-app/main/default/staticresources/.DS_Store differ diff --git a/force-app/main/default/staticresources/RSIUC_ImageUpload/.DS_Store b/force-app/main/default/staticresources/RSIUC_ImageUpload/.DS_Store new file mode 100644 index 0000000..73900b2 Binary files /dev/null and b/force-app/main/default/staticresources/RSIUC_ImageUpload/.DS_Store differ diff --git a/force-app/main/default/staticresources/RSIUC_ImageUpload/doctypeIcon/.DS_Store b/force-app/main/default/staticresources/RSIUC_ImageUpload/doctypeIcon/.DS_Store new file mode 100644 index 0000000..1b1e5bf Binary files /dev/null and b/force-app/main/default/staticresources/RSIUC_ImageUpload/doctypeIcon/.DS_Store differ