File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # .databricks/commit_outputs file is used to control whether a notebook's output should be included when committing changes to Git.
3+ # Outputs are included/excluded at a per notebook level, committing select outputs within a specific notebook is not feasible.
4+ #
5+ # Reference:
6+ # each line in .databricks/commit_outputs represents a glob pattern
7+ # line starting with # represents a comment
8+ # notebook that matches a glob pattern will have output included
9+ # line starting with ! represents a exclusion pattern (i.e. !folder_a/\* will exclude output for all notebooks in folder_a)
10+ # if a notebook path matches multiple glob patterns, the last matching glob pattern will be used
11+ # note that glob patterns are case sensitive
12+ # more examples can be found here: https://docs.databricks.com/repos/repos-setup.html#patterns-for-a-repo-config-file
13+
14+ # Uncomment the following pattern to include output for all notebooks
15+ # **
16+
You can’t perform that action at this time.
0 commit comments