From 0fcd7aec665e3f9873f6b0ae51c8b22620f0dc4c Mon Sep 17 00:00:00 2001 From: fs0c131y Date: Thu, 2 Nov 2023 12:29:36 +0530 Subject: [PATCH] [fix] Add history.sqlite3 to gitignore --- config/nushell/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nushell/.gitignore b/config/nushell/.gitignore index a3e737a8..02834ea1 100644 --- a/config/nushell/.gitignore +++ b/config/nushell/.gitignore @@ -1 +1,4 @@ +history.sqlite3 +history.sqlite3-wal +history.sqlite3-shm history.txt