diff --git a/sencha-workspace/.gitignore b/sencha-workspace/.gitignore deleted file mode 100644 index 318f173..0000000 --- a/sencha-workspace/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/build -bootstrap.* -classic.json* -modern.json* -.sencha diff --git a/sencha-workspace/workspace.json b/sencha-workspace/workspace.json deleted file mode 100644 index 9d6e26f..0000000 --- a/sencha-workspace/workspace.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - /** - * An object containing key value pair framework descriptors. - * - * The value should be an object containing "path" the path inside the workspace where the framework - * files can be found and "version" the version of the framework. For example: - * - * "frameworks": { - * "ext": { - * "path": "ext", - * "version": "n.n.n.n" - * }, - * "extnew": { - * "path": "extnew", - * "version": "n.n.n.n" - * } - * } - * - * You can exclude the directories that contain the framework from source control and later restore them - * with "sencha workspace install". See "sencha help workspace install" for more information. - * - */ - "frameworks": { - "ext": { - "path": "extjs", - "version": "6.2.0.981" - } - }, - - /** - * This is the folder for build outputs in the workspace. - */ - "build": { - "dir": "${workspace.dir}/build" - }, - - /** - * These configs determine where packages are generated and extracted to (when downloaded). - */ - "packages": { - /** - * This folder contains all local packages. - * If a comma-separated string is used as value the first path will be used as the path to generate new packages. - */ - "dir": "${workspace.dir}/packages/local,${workspace.dir}/packages", - - /** - * This folder contains all extracted (remote) packages. - */ - "extract": "${workspace.dir}/packages/remote" - } -}