kiwilan / nuxt-svg-transformer

Nuxt 3 module. Transform SVG to inject dynamically into Vue component, type included. Powered by unplugin.
https://github.com/kiwilan/unplugin-svg-transformer
MIT License
27 stars 6 forks source link

Cache and type in .gitignore file are duplicate #10

Open datznt opened 1 year ago

datznt commented 1 year ago

I found a bug when using this library. For the first time I run the Nuxt project, this library added two "assets/icons/cache" and "assets/svg-transformer-list.ts" to the .gitignore file. Great The second time this library adds 'assets/icons/cache' to the .gitignore file.

image

datznt commented 1 year ago

I think we don't need break line here

image