bHELPER/.gitignore

8 lines
143 B
Plaintext

# First, ignore everything
*
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in.
!*.sh
!*.md
!*.png