10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
#Ignore anything but haskell source and shell scripts
|
|
*
|
|
!*.hs
|
|
!*.sh
|
|
!**.java
|
|
!pom.xml
|
|
!*.txt
|
|
!*.md
|
|
!data/*.csv
|