Files
GitMining/.gitignore

5 lines
68 B
Plaintext

#Ignore anything but haskell source and shell scripts
*
!*.hs
!*.sh