# exclude everything by default
*.*
# exclude these files
Dockerfile
# exclude these directories
/coverage/
/node_modules/
*.lock
# Allow files we want to process
!*.js