Initial commit

master v0.0.1
hasanalrasyid 2 years ago
commit bdf6c5cc01
  1. 25
      .gitignore
  2. 3
      README.md

25
.gitignore vendored

@ -0,0 +1,25 @@
# ---> 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.*

@ -0,0 +1,3 @@
# testRepo
Test repo
Loading…
Cancel
Save