mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: gitignore the bin/ folder in new V projects (created by v init
) (#16493)
This commit is contained in:
@ -71,6 +71,9 @@ ${name}
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Ignore binary output folders
|
||||
bin/
|
||||
|
||||
# Ignore common editor/system specific metadata
|
||||
.DS_Store
|
||||
.idea/
|
||||
|
Reference in New Issue
Block a user