Mattorious / Woodlands

Capstone Project 2021
1 stars 1 forks source link

Fixed .gitignore Issues #58

Closed samstewart21 closed 3 years ago

samstewart21 commented 3 years ago

As a member of the team the .gitignore file needs to properly ignore the files that we tell it to ignore.

CoS: The .gitignore file should ignore all folders/files that are added to it.

samstewart21 commented 3 years ago

Fixed an issue with the .gitignore file where git was still tracking files that had been set to be ignored.

Did not include the EditorPerProjectUserSettings.ini file in the Saved folder because it is needed for some settings like folder colors, etc.