소스 검색

Cargo exclude more files

Benjamin Sago 5 년 전
부모
커밋
52a4cc5d55
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -3,7 +3,10 @@ name = "dog"
 version = "0.1.0-pre"
 authors = ["Benjamin Sago <ogham@bsago.me>"]
 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"