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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 0 additions & 22 deletions .dockerignore

This file was deleted.

4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ indent_size = 4
[{Makefile,*.mk}]
indent_style = tab

# Dockerfiles.
[Dockerfile*]
indent_size = 4

# GitHub Actions workflows — 2 spaces.
[.github/**/*.{yml,yaml}]
indent_size = 2
Expand Down
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
# --- Build / packaging ----------------------------------------------------
Makefile text eol=lf
*.mk text eol=lf
Dockerfile* text eol=lf
docker-compose*.yml text eol=lf
.github/**/*.yml text eol=lf
.github/**/*.yaml text eol=lf

Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/.github/ @GrayCodeAI/devops-team
/Makefile @GrayCodeAI/devops-team
/.goreleaser.yml @GrayCodeAI/devops-team
/Dockerfile @GrayCodeAI/devops-team

# Versioning + release artefacts
/VERSION @GrayCodeAI/maintainers
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<!--
Describe how you tested. Paste output of `make test` and `make lint`. If you
added new tests, list them. If you could not run something locally (e.g.
Linux-only sandbox tests on macOS), call that out.
added new tests, list them. If you could not run something locally (for
example, a platform-specific integration test), call that out.
-->

```text
Expand Down
122 changes: 0 additions & 122 deletions .github/workflows/daemon-image.yml

This file was deleted.

Loading
Loading