From dafe2c06bf9cca5030e4d931d9e3f30facb57e95 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Tue, 24 Sep 2024 17:18:13 -0400 Subject: [PATCH] chore: gitignore the `.history` directory my local history editor plugin makes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68cdb13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target + +.history/