# Ignore everything recursively
*

# But not the .ts files
!*.ts

# Check subdirectories too
!*/

# Ignore examples directory
examples/