From 13bd00b05102490e67cb96edc0ed726bd1f89fa7 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Sun, 24 Oct 2021 14:33:15 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..9026c77 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.vscode diff --git a/Cargo.toml b/Cargo.toml index b1b6fa9..a2a53ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ repository = "https://git.palmoe.dk/vodofrede/eyes/" readme = "README.md" keywords = ["parsing", "parse", "simple", "no-deps"] categories = ["encoding", "parsing", "text-processing"] - +exclude = [".gitignore"] [dependencies]