dsriseah / ursys

an opinionated javascript library for prototyping realtime web apps
1 stars 2 forks source link

Ignore Distribution Directories in Gitignore #2

Closed dsriseah closed 6 months ago

dsriseah commented 6 months ago

The original intention for revealing the _dist directory to git again was to make the "importable package" version of URSYS. However, this is a pain during development because these files are repeatedly regenerated.

For now, I've disabled it, but in the future I'll make a separate library directory that selectively copies the built library files when I'm ready to commit a new version. In practice, though, the way to do this moving forward isn't entirely clear because I do need to also test new features. I may need to create another package that imports everything for just library packaging.