magicblock-labs / bolt

High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31 stars 7 forks source link

fix: removing generated files from lib and .crates files off of git #54

Closed crypto-vincent closed 3 months ago

crypto-vincent commented 3 months ago
Status Type ⚠️ Core Change Issue
Ready Tooling No --

Problem

The lib and .crates folder files in the bolt-sdk were not supposed to be git tracked

Solution

git rm -r lib and add those to .gitignore