1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Add .dockerignore

This explicitly defines included/copied files, to reduce the context
being sent to the Docker daemon initially.
This commit is contained in:
Daniel Hahler 2019-06-18 23:18:26 +02:00
parent 61d2112e71
commit 200aabb63c

6
.dockerignore Normal file

@ -0,0 +1,6 @@
*
!LICENSE
!Setup.hs
!ShellCheck.cabal
!shellcheck.hs
!src