# Ignore everything
*
# Unless

# Git
!/.gitignore

# Sources
!/message_definitions/
!/message_definitions/v1.0/
!/message_definitions/v1.0/*.xml

# Docs
!/README.md

# CI
!/.gitlab-ci.yml

# Still, explicitely ignore these
/tmp
