From 91a67fd23b6dea5a1e95b0d6c56d06fd79adfd59 Mon Sep 17 00:00:00 2001 From: Ab2nour <61651582+Ab2nour@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:33:02 +0100 Subject: [PATCH] chore: add idea folder to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index da57de6..0f50651 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,7 @@ cython_debug/ # 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/ # Large data files data/raw/original-dataset.csv