Initial commit
This commit is contained in:
commit
50b59598da
3 changed files with 249 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# ---> Nix
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# ---> Agda
|
||||
*.agdai
|
||||
MAlonzo/**
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue