From 99a6ee6ea280daa03447ef8fd1f51a94e0c1648a Mon Sep 17 00:00:00 2001 From: david Date: Wed, 15 May 2024 11:29:15 +0200 Subject: [PATCH] Removing IDE files and adding them to .gitignore --- .gitignore | 2 ++ warp.iml | 25 ------------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 warp.iml diff --git a/.gitignore b/.gitignore index 74e1037..6e44d69 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Cargo.lock # Intellij .idea/ +/*.iml +/.project diff --git a/warp.iml b/warp.iml deleted file mode 100644 index 4d0de19..0000000 --- a/warp.iml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file