tinypin/.dockerignore

11 lines
No EOL
137 B
Text

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