tinypin/.dockerignore
2021-10-04 16:16:56 -05:00

11 lines
138 B
Text

#exclude everything by default
*
#only include these files
!main.js
!server
!client
!templates
!package.json
!package-lock.json
!LICENSE