gitignore bak files with postfix ~

This commit is contained in:
thek4n 2024-02-06 13:37:29 +03:00
parent c90e809b44
commit bcbdd2b475
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ __pycache__/
.env .env
*.log *.log
*.bak *.bak
*~
# db # db
*.db *.db

View File

@ -12,7 +12,7 @@ opt.relativenumber = true
opt.clipboard:append { 'unnamed' } opt.clipboard:append { 'unnamed' }
opt.clipboard:append { 'unnamedplus' } opt.clipboard:append { 'unnamedplus' }
opt.shortmess:append{a = true, s = true, I = true, c = true, S = true } -- disable startup message opt.shortmess:append{a = true, s = true, I = true, c = true, S = true} -- disable startup message
opt.cmdheight = 1 opt.cmdheight = 1
vim.wo.signcolumn = "yes:1" vim.wo.signcolumn = "yes:1"