diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-10-09 14:18:14 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-10-09 14:18:14 +1300 |
| commit | 394af13667ad2fb81f28eaac59f2e9bdbbe5e520 (patch) | |
| tree | 2291611f4f9a7d1130e4807de3ba6528b435f4fd /.editorconfig-checker.json | |
| parent | a434c31af9376c739837b2d1fadaf8c1b84c843e (diff) | |
chore: remove devenv
Uses a native nix shell.
Diffstat (limited to '')
| -rw-r--r-- | .editorconfig-checker.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json new file mode 100644 index 0000000..f9fa45e --- /dev/null +++ b/.editorconfig-checker.json @@ -0,0 +1,7 @@ +{ + "exclude": [ + "flake.lock", + "LICENSE", + "*.txt" + ] +} |