Others

  • .gitignore for TwinCAT 3 and TwinCAT HMI

    .gitignore for TwinCAT 3 and TwinCAT HMI

    When using git on your projects you often come across files which does not need to be versioned. These may be for example output files of compilation or settings of development environment. In other words you do not want to version files which are not source code. For these purposes the .gitignore file is used.…