.orgflowinclude File

The .orgflowinclude file contains the Include Specs for Stack Based Commands. It can be found at the root of your Remote Git Repository (i.e. /.orgflowinclude), which means that a full change history for this file will be available in Git should you ever need it.

tip icon
tip

See Include Specs Syntax for more information on the syntax of include specs.

  • Each include spec is placed on its own line.
  • The # character can be used to indicate the start of a comment.
  • Empty (or whitespace) lines are valid, and will be removed from the parsed include specs.

Example:

# This is a full line comment.
# Include all unpackaged items:
unpackaged

# Exclude profiles:
!unpackaged/~/Profile

# Exclude some other things:
!DelegateGroup
!Queue
!Role # Comments can begin any where in a line
!ListView
!Skill