Add .kas_shell_history go .gitignore

Message ID 20250422095535.2904-1-ubely@ilbers.de
State New
Headers show
Series Add .kas_shell_history go .gitignore | expand

Commit Message

Uladzimir Bely April 22, 2025, 9:55 a.m. UTC
With kas-container version 4.7 we switched to in commit a92014a3,
this file appears when working with kas shell.

Ignore it by git to improve developer experience.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/.gitignore b/.gitignore
index b1b51dd4..81c09fc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ 
 /*.patch
 __pycache__
 .config.yaml*
+.kas_shell_history
 build/