Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium User
Is there a way to prevent the plugin from updating the .gitignore file?
I'm using the VS Code Plugin version 1.0.1 on a very large project that uses git for version control. Each time I open a new branch in VS Code (which is often), it updates the .sencha/.gitignore file, and I have to reset it manually.
Is there a way to prevent this?
Thanks!
-
Sencha User
Is your question here how to remove those files from your tracking history (it's as if they never existed...) or have git "not count" local modifications to tracked files and never commit future modifications to them, though they are tracked?
-
Btw what is changed in the file .sencha/.gitignore ? Can't you commit the changes it tries to do ?