This commit is contained in:
ge
2025-09-20 00:24:17 +03:00
commit dfffab28ab
8 changed files with 478 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Binaries for programs and plugins
make
v-cross-compilation-example
main
helloworld
*.exe
*.exe~
*.so
*.dylib
*.dll
# Ignore binary output folders
bin/
# Ignore common editor/system specific metadata
.DS_Store
.idea/
.vscode/
*.iml
# ENV
.env
# Web and database
*.db
*.js
# Build artifacts
release/