Using .gitignore to control Git file tracking
When working in the Translator there may be certain files you do not want to track in a Git repository, such as files that may contain confidential information. A Git Ignore (.gitignore) file can be added to a Translator project to exclude files from being traced by Git.
How to create a .gitignore file to the Translator:
Â
Â