ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
462 stars 316 forks source link

fix(react): gitignore dist output #1777

Closed sean-perkins closed 1 year ago

sean-perkins commented 1 year ago

When moving to Vite for the React starters, the output directory for the compiled output changed from /build to /dist. This PR updates the .gitignore to include the new output directory. The old directory remains in the .gitignore as I am unsure if all templates the base template is used with, is on Vite.

Resolves: #1776