Explorar el Código

Cargo exclude more files

Benjamin Sago hace 4 años
padre
commit
52a4cc5d55
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -3,7 +3,10 @@ name = "dog"
 version = "0.1.0-pre"
 authors = ["Benjamin Sago <[email protected]>"]
 edition = "2018"
-exclude = ["/completions/*", "/man/*", "/xtests/*", "/clippy.toml", "/screenshots.png", "/README.md"]
+exclude = [
+    "/completions/*", "/man/*", "/xtests/*",
+    "/clippy.toml", "/dog-screenshot.png", "/Justfile", "/README.md",
+]
 
 [[bin]]
 name = "dog"