philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. 🔔✨
https://phillyjs.com
MIT License
9 stars 13 forks source link

🛠 Tooling: Should we .gitignore _out? #83

Open JoshuaKGoldberg opened 6 months ago

JoshuaKGoldberg commented 6 months ago

Bug Report Checklist

Overview

I just noticed https://github.com/philly-js-club/philly-js-club-website/tree/821962f68c52bb538168559b31af54345288c925/_out is checked in. Should we ... not do that? .gitignore it? It looks like artifacts.

Additional Info

If having a git branch with that folder is needed for the deployment process, maybe we'd need a separate deployment branch that auto-updates from main?