flake: exclude all non-go files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-07-08 18:19:46 +02:00
parent d2b5afe907
commit be97641245
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -104,6 +104,18 @@
./flake.lock
./default.nix
./shell.nix
./check-fmt
./README.md
./LICENSE
./.drone.starlark
./.envrc
./.example.vimrc
./.gitattributes
./.gitignore
./.golangci.yml
./.pre-commit-config.yaml
];
};