From 2656f2cc34066d3073b2e77c7127dc88d956a98e 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:55:28 -0400 Subject: [PATCH] Update .gitignore Opening this here instead. We should not ignore files that exist in the repo. For example, I have made some changes that require updating the config files or the tutorials. --- .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/*