Forum Discussion

gmontano's avatar
gmontano
Occasional Contributor
9 years ago
Solved

gitignore

Anybody can share a .gitignore file for use in Test Complete? Or what files should be checked in to Git?

It would be good also to have some comments on how the list was generated.

 

Thanks.

Greg

4 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    I'm not versed enough in GIT to know the format...  However, this is what the .hgignore file looks like for me... i've modified this beyond the defaults but this works.

     

    syntax: glob
    *.js.bak
    *.js.tcVis
    */Log/*
    *.sj.bak
    *.tcLS
    *.tcCfgExtender
    *.tcLogs
    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      FYI, if you turn on the GIT integration within TC, I think it automatically creates a gitignore for most of the standard file set.

    • DavidWoods's avatar
      DavidWoods
      Occasional Contributor

      Please find attached .gitignore file which is auto-generated for a project [ rename to .gitignore]