tricu/.gitignore
James Eversole f9864b8361
All checks were successful
Test, Build, and Release / test (push) Successful in 1m52s
Test, Build, and Release / build (push) Successful in 1m20s
REPL namespaces; lib function for pattern matching
Adds support for REPL namespacing, primarily to avoid `main` collisions.
Also adds a library function for an ergonomic pattern matching function
that I've been noodling on. I might explore ways to make list syntax
less annoying specifically for pattern matching like this.
2025-02-02 10:56:40 -06:00

13 lines
96 B
Plaintext

*.swp
*.txt
*~
.env
.stack-work/
/Dockerfile
/config.dhall
/result
WD
bin/
dist*
.tricu_history