diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..692aa8f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +# Ignoring git folders and files +.github/ +.git/ + +# Ignoring markdown files +*.md