22 lines
271 B
Text
22 lines
271 B
Text
# 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
|
|
!*/
|
|
|