Josh Goebel Thinks

Follow @joshgoebel on Micro.blog.

.gitignore - more powerful than I thought

I didn’t know .gitignore could do this:

# Blacklist everyting in this folder...
/*
# ...except for...
!.gitignore
!.gitconfig
!.notes/