This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hey there,
I'm using CCS Theia 1.5.1 for a mspm0g3507 controller.
And I'm using GITEA and Sourcetree for versioning of my sourcecode.
Is there any .gitignore template file or any recommendations or guidelines that help to make my own .gitignore-file?
Thanks a lot in advance!
Matze
Hi Matze,
.gitignore is up to you on the files that you don't want to keep track of in the git repository. Typically, when I'm working on one MCU, I keep all files or I git ignore the debug folder.
Regards,
Luke