diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 17:46:03 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 17:46:03 -0600 |
commit | 19bea535ece0b76a640ab24f69a05ed61f4d9670 (patch) | |
tree | 2d17e324cb45eb336908ebadaa6dc8abc2647073 /.dockerignore | |
parent | 29ba1c29d7ada13a9e6d475ca880d121a85894ea (diff) | |
download | jumpstorm-19bea535ece0b76a640ab24f69a05ed61f4d9670.tar.gz jumpstorm-19bea535ece0b76a640ab24f69a05ed61f4d9670.zip |
docker. minor updates that don't really need any message.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..293de45 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +**/.git +**/.DS_Store +**/node_modules |