From f9a2e18179bf67956bfc1341df1d260ffcca2947 Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:26:03 +0200 Subject: [PATCH] ignore claude --- .gitignore | 4 ++++ Cargo.toml | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a61e45..c7806c7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ result/**/* # ignore (possible) sound files **/*.{mp3,wav} + + +CLAUDE.md +.claude diff --git a/Cargo.toml b/Cargo.toml index 6b7133d..81eb1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,14 @@ readme = "README.md" license = "MIT" keywords = ["tui", "timer", "countdown", "pomodoro"] categories = ["command-line-utilities"] -exclude = [".github/*", "demo/*.tape", "result/*", "*.mp3"] +exclude = [ + ".github/*", + "demo/*.tape", + "result/*", + "*.mp3", + ".claude", + "CLAUDE.md", +] [dependencies] ratatui = "0.29.0"