Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
poetry.lock linguist-generated=true
setup.py linguist-generated=true
error-codes.json linguist-generated=true
/poetry.lock linguist-generated
/error-codes.json linguist-generated
/.github/workflows/build-and-publish.yml linguist-generated
/.github/workflows/cd.yml linguist-generated
/.github/workflows/check-release-tag.yml linguist-generated
/.github/workflows/checks.yml linguist-generated
/.github/workflows/ci.yml linguist-generated
/.github/workflows/gh-pages.yml linguist-generated
/.github/workflows/matrix-python.yml linguist-generated
/.github/workflows/merge-gate.yml linguist-generated
/.github/workflows/pr-merge.yml linguist-generated
/.github/workflows/report.yml linguist-generated

# manually modified
# /.github/workflows/slow-checks.yml linguist-generated
# /.github/workflows/matrix-all.yml linguist-generated
Comment thread
tomuben marked this conversation as resolved.
Outdated

# removed
# /.github/workflows/matrix-exasol.yml linguist-generated
Comment thread
tomuben marked this conversation as resolved.
Outdated
20 changes: 12 additions & 8 deletions .github/workflows/build-and-publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions .github/workflows/cd.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions .github/workflows/check-release-tag.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading