diff options
author | Melody Horn <melody@boringcactus.com> | 2022-12-18 20:16:11 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-12-18 20:16:11 -0700 |
commit | 2b32ab159c0eb9bb617154d977c155f8ca9162d9 (patch) | |
tree | e0774acced2fa253b8b6ad22c08468cf3c4290b9 /.dockerignore | |
parent | f762714bfb7cdd45327814bc1caa8b2a41aa84fc (diff) | |
download | ffxiv-uptime-2b32ab159c0eb9bb617154d977c155f8ca9162d9.tar.gz ffxiv-uptime-2b32ab159c0eb9bb617154d977c155f8ca9162d9.zip |
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..83566f6 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +### Rust template +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +dist/ |