Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 447 Bytes

ignore.md

File metadata and controls

10 lines (6 loc) · 447 Bytes

Optional .apexignore files may be placed in the project's root, or within specific function directories. It uses .gitignore pattern format; all patterns defined, are relative to function directories and not the project itself. By default both .apexignore and function.json are ignored.

Example

Here's an example ignoring go source files and the function.json itself:

*.go