diff options
| author | Joan López <[email protected]> | 2021-07-17 08:32:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-17 02:32:51 -0400 |
| commit | 47ede1e2c2b67202f533320160e048157b1f76ac (patch) | |
| tree | 7ac8fb8621b0b4f7d3370842da68c6eeaf892122 | |
| parent | 3f4cf5f01d6fd9da2c133b22ff79c8a55a7910fc (diff) | |
add temporal and backup files to gitignore. (#983)
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,3 +22,9 @@ lv-settings.lua .stylua.toml lua/lv-user/ lua/lv-user-config/ + +*.tmp +*.temp +*.bak +*.backup +*.old |
