Closed srowe12 closed 6 years ago
Add a file called “.gitignore” to your top level of the repo and in it you can tell it what files to ignore. Committing in your Xcode project files is usually best avoided, and a gitignore file can let you specify to ignore that entire Xcode folder
Adds a templatized Cartesian Vector to header file as well as Shape class