Files
ustreamer/.dockerignore
2021-08-13 10:49:23 +03:00

10 lines
90 B
Plaintext

# Ignore everything
*
# Allow source code
!Makefile
!src/**
!python/**
!janus/**
!man/**