mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
50 lines
584 B
Text
50 lines
584 B
Text
# Private Files
|
|
*private*
|
|
.private.env.*
|
|
|
|
# Test files
|
|
test/
|
|
test.*
|
|
|
|
# Archives
|
|
*.gz
|
|
*.tar
|
|
*.zip
|
|
*.tgz
|
|
|
|
# Utils
|
|
xdg-ninja/
|
|
|
|
# nvim config cache
|
|
tools/nvim/tt.*
|
|
tools/nvim/.tests
|
|
tools/nvim/doc/tags
|
|
tools/nvim/debug
|
|
tools/nvim/.repro
|
|
tools/nvim/foo.*
|
|
tools/nvim/*.log
|
|
tools/nvim/data
|
|
tools/nvim/lazy-lock.json
|
|
tools/nvim/lazyvim.json
|
|
tools/nvim/lua/plugins/obsidian.lua
|
|
|
|
# Undone
|
|
# Windows PowerToys
|
|
PowerToys/
|
|
# Just Script
|
|
Justfile
|
|
# Nushell
|
|
tools/nushell/
|
|
# fzf
|
|
common/fzfrc
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
|
|
.venv/
|
|
|
|
platforms/win/komorebi/applications.json
|
|
|
|
gitconfig
|
|
|
|
check_update
|