mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
23 lines
234 B
Text
23 lines
234 B
Text
# Binaries for programs and plugins
|
|
main
|
|
*.exe
|
|
*.exe~
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Ignore binary output folders
|
|
bin/
|
|
|
|
# Ignore common editor/system specific metadata
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# ENV
|
|
.env
|
|
|
|
# vweb and database
|
|
*.db
|
|
*.js
|