middleware-manager/.gitignore
hhftechnologies 56d33a7560 update-ui
2025-12-31 21:53:32 +05:30

48 lines
617 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
middleware-manager
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Go workspace file
go.work
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Node modules and builds
ui/node_modules/
ui/dist/
# SQLite database
*.db
# Generated configuration files
/conf/
# Log files
*.log
# Data directories
/data/