From 473b61fd9154b448c2b708a3462c7c271605ad55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Silva-S=C3=A1nchez?= <31875788+DSilva27@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:51:39 -0400 Subject: [PATCH] Update .gitignore I am undoing this commit. These files exist in the repo, they should not be ignored if we are not going to remove them. --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index d7aaad0..68bc17f 100644 --- a/.gitignore +++ b/.gitignore @@ -158,9 +158,3 @@ cython_debug/ # 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/ - -# Tutorials folder -tutorials/* - -# Config file templates -config_files/*