# Ignore everything
*

# Don't ignore this `.gitignore` file
!.gitignore

# Don't ignore encrypted files
!*.encrypted

# Don't ignore public keys, that's fine to include
!*.pub
