Forum Discussion

gmontano's avatar
gmontano
Occasional Contributor
8 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
  • tristaanogre's avatar
    8 years ago

    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
    8 years ago

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