.gitignore for Infor CMS

5 ignore rules for Infor CMS, ready to copy into your repository.

Content management system

The complete .gitignore for Infor CMS

# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:32:05 UTC
# Technologies: Infor CMS

### Infor CMS ###
ModelIndex.xml
ExportedFiles.xml
[Mm]odel/[Dd]eployment
!Model/Portal/*/SupportFiles/[Bb]in/
!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in

What these Infor CMS rules actually ignore

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

Ignore model files that are auto-generated

Pattern What it ignores
ModelIndex.xml Ignore model files that are auto-generated
ExportedFiles.xml Ignore model files that are auto-generated

Ignore deployment files

Pattern What it ignores
[Mm]odel/[Dd]eployment Ignore deployment files

Force include portal SupportFiles

Pattern What it ignores
!Model/Portal/*/SupportFiles/[Bb]in/ Force include portal SupportFiles
!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in Force include portal SupportFiles

How to use this .gitignore for Infor CMS

  1. Copy the Infor CMS 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 CMS .gitignore templates

See every CMS template