.gitignore for Automation Studio

17 ignore rules for Automation Studio, ready to copy into your repository.

Integrated engineering tool

The complete .gitignore for Automation Studio

# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:34:05 UTC
# Technologies: Automation Studio

### Automation Studio ###
Binaries/
Diagnosis/
# Unity temporary files
Temp/
TempObjects/
*artransfer.br
*arTrsfmode.nv
ignored/
*arnc0ext.br
# Backup file
*.bak
*.isopen
# Original file backup
*.orig
# Log file
*.log
*.asar
*.csvlog*
*.set
!**/Physical/**/*.set
*RevInfo.var

What these Automation Studio rules actually ignore

Every pattern below, and why it belongs in your .gitignore.

AS temporary directories

Pattern What it ignores
Binaries/ AS temporary directories
Diagnosis/ AS temporary directories
Temp/ Unity temporary files
TempObjects/ AS temporary directories

AS transfer files

Pattern What it ignores
*artransfer.br AS transfer files
*arTrsfmode.nv AS transfer files
ignored/ 'ignored' directory

ARNC0ext

Pattern What it ignores
*arnc0ext.br ARNC0ext

AS File types

Pattern What it ignores
*.bak Backup file
*.isopen AS File types
*.orig Original file backup
*.log Log file
*.asar AS File types
*.csvlog* AS File types
*.set AS File types
!**/Physical/**/*.set AS File types

RevInfo variables

Pattern What it ignores
*RevInfo.var RevInfo variables

How to use this .gitignore for Automation Studio

  1. Copy the Automation Studio rules above, or download the file directly.
  2. Create a file named .gitignore at the root of your Git repository and paste the rules into it.
  3. If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
  4. Commit the .gitignore so everyone on the team shares the same rules.

Other Automation .gitignore templates

See every Automation template