GitHub and PSoC Creator Projects

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Do any of you guys use GitHub for your PSoC Creator 3 workspace projects? What do you guys use in your .gitignore file? What files are neccissary and what are not? Not sure if I should ignore the /Generated_Source folder.

   

 

   

I'm currently considering using the below for my .gitignore:

   

 

   
       
         .DS_Store       
      
         *.cywrk.*       
      
         *.cyprj.*       
      
         *.cycdx       
      
         *.cyfit       
      
         *.rpt       
      
         *.uvopt       
      
         *.uvproj       
      
         *_timing.html       
      
         *.cydsn/codegentemp       
      
         *.cydsn/DP8051       
      
         *.cydsn/Generated_Source       
3 Replies