# Ignore everything.
*

# Except the ignore file.
!/.gitignore

# Except the GitHub files.
!/.github/
!/.github/**

# Except the package manifest.
!/Cargo.toml

# Except the license.
!/LICENSE

# Except the README.
!/README.md

# Except the examples.
!/examples/
!/examples/**

# Except the source.
!/src/
!/src/**
