mirror of
https://github.com/taigrr/glaze.nvim.git
synced 2026-04-02 03:09:10 -07:00
22 lines
152 B
Plaintext
22 lines
152 B
Plaintext
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Neovim
|
|
.nvim.lua
|
|
.nvimrc
|
|
.exrc
|
|
|
|
# Test artifacts
|
|
.tests/
|