You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the npx @capacitor/cli plugin:generate command will not generate a .gitignore but a .npmignore file that duplicates the files configuration inside the package.json file.
Also the command should init the plugin with git.
OS of the development machine
Windows
macOS
linux
Steps to reproduce:
run npx @capacitor/cli plugin:generate
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Description of the problem:
Running the
npx @capacitor/cli plugin:generate
command will not generate a.gitignore
but a.npmignore
file that duplicates thefiles
configuration inside thepackage.json
file.Also the command should init the plugin with git.
OS of the development machine
Steps to reproduce:
run
npx @capacitor/cli plugin:generate
The text was updated successfully, but these errors were encountered: