Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 460 Bytes

File metadata and controls

17 lines (12 loc) · 460 Bytes

MCIgnore

Based upon .gitignore. This file specifies through glob-patterns what files, folder to excluded from the project

Example

## This is a comment
## this will ignore the folders/file called Template
Template

## This will included file/folders that are in a folder called template and have the name and extension: settings.json
!Template/settings.json

## Ignore any file in any folder with the template.json spec
**/*.template.json