ThatOpen / web-ifc-three

The official IFC Loader for Three.js.
https://ifcjs.github.io/info/
MIT License
506 stars 132 forks source link

Remove build artifacts (JS, sourcemap, binaries) #177

Closed oo-bldrs closed 11 months ago

oo-bldrs commented 11 months ago

As part of the build process, the build script in example/package.json copies the Javascript files and WASM binaries from the top-level directory into the example/ folder.

However, these files are not ignored via .gitignore which leads to these build artifacts being committed back to the project, inflating the size on disk unnecessarily.

This PR removes the build artifacts from the project and adds the necessary VCS ignore patterns to prevent a re-occurrence.