From daec782a0a5d6d9168d3b925ed64854d4a46b59f Mon Sep 17 00:00:00 2001 From: pingu Date: Tue, 26 May 2026 12:00:51 +0000 Subject: [PATCH] Initial commit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d0375b --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# ---> Haskell +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* + +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e658b6 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hest +