From bc6daf1fbdc96a15eeb04bb04b0b8cdaf5e7a31b Mon Sep 17 00:00:00 2001 From: Eugene Ciurana Date: Sun, 27 Aug 2023 21:05:52 -0700 Subject: [PATCH 1/2] Deleted pudb.cfg --- .config/pudb/pudb.cfg | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .config/pudb/pudb.cfg diff --git a/.config/pudb/pudb.cfg b/.config/pudb/pudb.cfg deleted file mode 100644 index 825a200..0000000 --- a/.config/pudb/pudb.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[pudb] -breakpoints_weight = 1 -current_stack_frame = top -custom_shell = -custom_stringifier = -custom_theme = -default_variables_access_level = public -display = auto -hide_cmdline_win = False -line_numbers = True -prompt_on_quit = False -seen_welcome = e037 -shell = internal -sidebar_width = 0.5 -stack_weight = 1 -stringifier = repr -theme = classic -variables_weight = 1 -wrap_variables = True - From 4911c4e733ba724e538f2a619f5c9a5a2dada4ee Mon Sep 17 00:00:00 2001 From: Eugene Ciurana Date: Sun, 27 Aug 2023 21:07:28 -0700 Subject: [PATCH 2/2] Updated .gitignore to ignore all configuration files in this directory. Fixes #14. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3556549..8ee3e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,7 @@ venv.bak/ **/.bash_profile **/.bash_rc **/.bashrc -**/.config/pudb/saved-breakpoints* +**/.config **/.ipython **/.jupyter **/.local