bHELPER/.gitignore
2022-04-29 21:47:01 +00:00

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