From fce296c7b4c92506a5ed92af83425dc80f4d1486 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 26 Jun 2024 14:42:05 +0800 Subject: chore: add dist into .gitignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a994eaf..0b39737 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # will have compiled files and executables debug/ target/ +dist/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html @@ -19,4 +20,4 @@ __pycache__/ _build/ # rule book -rule_book/ \ No newline at end of file +rule_book/ -- cgit v1.2.3-70-g09d2