Files
dotfiles/.gitignore

24 lines
308 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
# Fish shell
fish/.config/fish/fish_variables
fish/.config/fish/fish_history
fish/.config/fish/fishd.*
# Nvim
nvim/.config/nvim/plugin/
nvim/.config/nvim/.netrwhist
nvim/.config/nvim/shada/
# Backup files
*.bak
*~
*.swp
*.swo
# Cache and temp files
.cache/
tmp/