mirror of
https://github.com/cline/cline.git
synced 2026-09-18 17:50:56 +08:00
* Package the same files for the standalone app and the extension When packaging the standalone app use the same .vscodeignore that the vscode packager uses to decide which files to include. Exclude extra files from the vscode extension that aren't needed: dist-standalone, old_docs and eslint-rules. * Ignore the whole directory, not just the contents. * Don't package .DS_Store files * Update comment