solidjs-community / solid-cli

A custom CLI built for Solid.
https://solid-cli.netlify.app/
MIT License
61 stars 11 forks source link

add .vinxi build folder to .gitignore #34

Closed ricardo-devis-agullo closed 6 months ago

ricardo-devis-agullo commented 6 months ago

When using the tool to create a solid start project, the .gitignore file doesn't include .vinxi, but that folder is generated when you run npm run dev. This adds it to the .gitignore, so git doesn't try to track it when you build the project.

Issue mentioned by me here https://github.com/solidjs/solid-start/issues/1340

Before I found this other repo :)

netlify[bot] commented 6 months ago

Deploy Preview for solid-cli canceled.

Name Link
Latest commit 74c098f2c1eb596a372d45fa4af12bd2e463efbb
Latest deploy log https://app.netlify.com/sites/solid-cli/deploys/65d3cdd4db358200088353a9
Tommypop2 commented 6 months ago

Thanks!