1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: include vls.log in the .gitignore files for new V projects (#12522)

This commit is contained in:
Subhomoy Haldar
2021-11-19 22:53:35 +05:30
committed by GitHub
parent b576181a66
commit 2794aa623a
3 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@@ -102,3 +102,6 @@ flake.nix
.envrc
thirdparty/stdatomic/nix/cpp/*.h
# ignore VLS log
vls.log