diff options
| author | Max Audron <audron@cocaine.farm> | 2021-09-07 13:55:19 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-09-07 13:55:19 +0200 |
| commit | c4708f8d1d5a71f43b04058ec119bfe279eeaf21 (patch) | |
| tree | 615d7aaf2ec8b35617712115e81f606b020edc8e | |
| parent | add cargo chef to container build to utilize caching (diff) | |
add stuff to ignore for git and containers
| -rw-r--r-- | .containerignore | 2 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.containerignore b/.containerignore new file mode 100644 index 0000000..3453a23 --- /dev/null +++ b/.containerignore @@ -0,0 +1,2 @@ +target/ +.cache/ @@ -1,3 +1,4 @@ /target +/.cache/ config.json /deploy/vendor |
