Skip to content
Snippets Groups Projects
Unverified Commit af44904e authored by Glenn Sarti's avatar Glenn Sarti Committed by GitHub
Browse files

Merge pull request #313 from rodjek/gh-292

(#292) Document the 'required' parameter for .gitignore and .pdkignore templates
parents 2193f1f3 8520e034
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ The following is a description and explaination of each of the keys within confi
| Key | Description |
| :-----------------|:--------------|
| paths | Defines which files or paths for git to ignore or untrack. (see the [gitignore](https://git-scm.com/docs/gitignore) documentation). The default configuration helps to set up commonly ignored or untracked files in a module project.
| required | The default list of files or paths for git to ignore or untrack that are commonly specified in a module project.
| paths | Defines any additional files or paths for git to ignore or untrack. (see the [gitignore](https://git-scm.com/docs/gitignore) documentation).
### .gitlab-ci.yml
......@@ -69,7 +70,8 @@ Gitlab CI uses a .gitlab-ci.yml file in the root of your repository tell Gitlab
| Key | Description |
| :-----------------|:--------------|
| paths | Defines which files or paths for PDK to ignore when building a module package. The default configuration helps to set up commonly ignored files in a module project when building a package.
| required | The default list of files or paths for PDK to ignore when building a module package.
| paths | Defines additional files or paths for PDK to ignore when building a module package.
### .travis.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment