diff --git a/.fixme/config b/.fixme/config new file mode 100644 index 0000000..f33cce9 --- /dev/null +++ b/.fixme/config @@ -0,0 +1,11 @@ + + +fixme-comments // # -- + +fixme-prefix FIXME: bugs issues ; defines a fixme entity and it's categories + +fixme-files doc/devlog **/*.hs +fixme-files-ignore .direnv/** dist-newstyle/** + + +