vua/.gitignore
2025-06-19 22:38:38 -05:00

25 lines
238 B
Plaintext

# Binaries for programs and plugins
main
vua
*.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