From 47ede1e2c2b67202f533320160e048157b1f76ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez?= Date: Sat, 17 Jul 2021 08:32:51 +0200 Subject: [PATCH] add temporal and backup files to gitignore. (#983) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 80470c1f..e9c3badc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,9 @@ lv-settings.lua .stylua.toml lua/lv-user/ lua/lv-user-config/ + +*.tmp +*.temp +*.bak +*.backup +*.old