dotfiles/.gitignore
js0ny a506ee28ad feats: nvim, emacs, shell
* nvim: Add copilot completions
* nvim: grug-far buffer won't show lualine & winbar now
* nvim: remove obsidian.nvim
* nvim: luasnip now works
* emacs: more keymaps in org-mode
* emacs: start customizing leader keys
* shell: Add more ls aliases
* shell: Add apt alias in fish
2025-02-10 22:37:58 +00:00

41 lines
317 B
Text

# Log
*.log
# Private Files
*private*
.private.env.*
# Test files
test/
test.*
# Archives
*.gz
*.tar
*.zip
*.tgz
# Utils
xdg-ninja/
# Undone
# Windows PowerToys
PowerToys/
# Nushell
tools/nushell/
# fzf
common/fzfrc
# OS generated files
.DS_Store
.venv/
gitconfig
# Lock files
lazy-lock.json
# Emacs
*.elc