JDSherbert / Sherbert-Engine

Custom game engine written in C++ and implementing various middleware.
MIT License
4 stars 3 forks source link

Git Ignore Addressing Temp Files and removal #26

Closed VerzatileDev closed 9 months ago

VerzatileDev commented 9 months ago

The following Git ignore addressed Temporary Visual studio files and folder and files generated that are not specifically required for the engine, and are instead made by the Engine's Build.

NOTE:

The following Requires all other PR's to address this gitIgnore Change, meaning that any Folder remaining currently should be removed, otherwise they will stay on the branch, though any further changes will be removed as they are generated.