Files
runcmd/.gitignore
2025-12-28 20:42:30 +03:00

27 lines
247 B
Plaintext

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