From 1f44358d51868353b22d9577860a3508f859cdf3 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Wed, 16 Apr 2025 01:24:19 -0500 Subject: [PATCH] Add .idea folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 620f8f6..2a063b0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ Cargo.lock # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # 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/ +.idea/ # Added by cargo