adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

Additional vue invokes will add duplicate gitignore entries #48

Closed adambullmer closed 5 years ago

adambullmer commented 5 years ago

Initial scaffold appends the plugin gitignore entries to the end of the file. If you later run vue invoke browser-extension those same entries will be duplicated at the end of the file.