ca-store/.gitignore
hylodon 68bba7c653 Move all output to a sum type
All errors, warnings, and messages are now listed in a sum type
in 'CAStore.Type.Text'. The added structure should help with
writing better error messages. Also, if and when we get to
localising ca-store, implementation will be trivial.
2025-09-18 16:12:46 +01:00

19 lines
391 B
Text

*
!*/
!.gitignore
!flake.nix
!flake.lock
!package.yaml
!app/Main.hs
!src/CAStore/Command.hs
!src/CAStore/Command/Type.hs
!src/CAStore/Config.hs
!src/CAStore/Config/Type.hs
!src/CAStore/Config/CLI.hs
!src/CAStore/Program.hs
!src/CAStore/Program/Internal.hs
!src/CAStore/Program/IO/Text.hs
!src/CAStore/Program/Storage.hs
!src/CAStore/Type.hs
!src/CAStore/Type/Text.hs
!src/Data/List/Extra.hs