aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-12-18 20:16:11 -0700
committerMelody Horn <melody@boringcactus.com>2022-12-18 20:16:11 -0700
commit2b32ab159c0eb9bb617154d977c155f8ca9162d9 (patch)
treee0774acced2fa253b8b6ad22c08468cf3c4290b9 /.dockerignore
parentf762714bfb7cdd45327814bc1caa8b2a41aa84fc (diff)
downloadffxiv-uptime-canon.tar.gz
ffxiv-uptime-canon.zip
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore13
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/