Files
linux-ssh-operator/.gitignore
2026-03-23 17:27:15 +08:00

23 lines
153 B
Plaintext

# Node / React
node_modules/
build/
coverage/
# Go
*.exe
*.test
*.out
*.dll
*.so
*.dylib
# Data
data/data.json
# Logs
*.log
# OS
.DS_Store
Thumbs.db