From b044ad33d8726ae70428da18c12edf06e3ee383a Mon Sep 17 00:00:00 2001 From: fluo10 Date: Thu, 12 Jun 2025 08:41:54 +0900 Subject: [PATCH] Add tmp directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab951f8..5c32208 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Cargo.lock # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +tmp/ \ No newline at end of file