forked from databricks/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.wsignore
More file actions
47 lines (37 loc) · 1.43 KB
/
.wsignore
File metadata and controls
47 lines (37 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Files to exempt from whitespace check. Can contain patterns in Python's glob module format.
# Generated files:
.codegen/_openapi_sha
.release_metadata.json
bundle/schema/jsonschema.json
experimental/python/docs/images/databricks-logo.svg
**/*.dist-info/METADATA
**/*.dist-info/WHEEL
# Binary files
**/*.zip
**/*.whl
# new lines are recorded differently on windows and unix.
# In unix: "raw_body": "hello, world\n"
# In windows: "raw_body": "hello, world\r\n"
# In order to prevent that difference, hello.txt does not have a trailing newline.
acceptance/selftest/record_cloud/volume-io/hello.txt
# error output when artifact build fails contains trailing whitespace:
acceptance/bundle/artifacts/shell/err-bash/output.txt
acceptance/bundle/artifacts/shell/err-sh/output.txt
# "bundle init" has trailing whitespace:
acceptance/bundle/templates-machinery/helpers-error/output.txt
# "bundle deploy" with apps has trailing whitespace:
acceptance/bundle/apps/config_section/output.txt
integration/bundle/testdata/apps/bundle_deploy.txt
# Extra whitespace in command help:
acceptance/cmd/workspace/apps/output.txt
# Extra whitespace in generated commands:
cmd/workspace/**/*.go
cmd/account/**/*.go
# Extra whitespace in generated Python models
experimental/python/databricks/bundles/*/_models/*.py
# Developed elsewhere:
internal/genkit/tagging.py
# Docsgen:
bundle/docsgen/output/resources.md
bundle/docsgen/output/reference.md
bundle/docsgen/testdata/anchors.md