diff options
| author | Fuwn <[email protected]> | 2024-06-24 04:36:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-24 04:36:20 -0700 |
| commit | a7d1406683e29358a269f0c10df572339eebcf5d (patch) | |
| tree | e3d4e6f672ad38180cb031859fab9e343fbc319c /.dockerignore | |
| parent | feat(technology): maths (diff) | |
| download | locus-a7d1406683e29358a269f0c10df572339eebcf5d.tar.xz locus-a7d1406683e29358a269f0c10df572339eebcf5d.zip | |
chore: add fly.io configuration
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a873cd5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +** + +!.git/ +!amenadiel/ +!content/ +!src/ +!build.rs +!Cargo.* +!yarte.toml |