mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 23:27:38 +08: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:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
*
|
||||||
|
!LICENSE
|
||||||
|
!Setup.hs
|
||||||
|
!ShellCheck.cabal
|
||||||
|
!shellcheck.hs
|
||||||
|
!src
|
Reference in New Issue
Block a user