# Ignore everything
*

# But don't ignore these files...
!/.gitignore

!*.go
!go.sum
!go.mod

!README.md
!LICENSE
!apischema/openapi.yaml
!apischema/resumeschema.json
!configs/config.yml
!configs/example.db.json

# !Makefile

# ...even if they are in subdirectories
!*/

