-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy path.wsignore
More file actions
33 lines (27 loc) · 984 Bytes
/
.wsignore
File metadata and controls
33 lines (27 loc) · 984 Bytes
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
# 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
bundle/schema/jsonschema_for_docs.json
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
# bundle commands leave empty lines at the end; too many to list individually:
acceptance/**/out*.txt
# Extra whitespace in generated Python models
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