feat: Add .gitignore and improve link script

This commit is contained in:
2025-10-20 12:40:42 +11:00
parent 692dfc6f02
commit 6fa4bc2808
2 changed files with 21 additions and 12 deletions

7
.gitignore vendored
View File

@@ -1 +1,8 @@
nushell/history.txt
# Ignore application history files
**/history.txt
**/history.db
# Ignore shell history files
.zsh_history
.bash_history