agdaTemplate/.gitignore
2025-05-25 14:53:32 +02:00

12 lines
190 B
Text

# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
# ---> Agda
*.agdai
MAlonzo/**