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:
@ -74,6 +74,7 @@ fn gen_gitignore(name string) string {
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll',
|
||||
'vls.log',
|
||||
'',
|
||||
].join('\n')
|
||||
}
|
||||
|
@ -34,6 +34,7 @@ fn init_and_check() ? {
|
||||
'*.so',
|
||||
'*.dylib',
|
||||
'*.dll',
|
||||
'vls.log',
|
||||
'',
|
||||
].join('\n')
|
||||
}
|
||||
|
Reference in New Issue
Block a user