31 lines
267 B
Plaintext
31 lines
267 B
Plaintext
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.DotSettings
|
|
|
|
# Go
|
|
Agent/bin/
|
|
Agent/pkg/proto/*.go
|
|
|
|
# Node/Frontend
|
|
Frontend/node_modules/
|
|
Frontend/dist/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Secrets
|
|
*.env
|
|
appsettings.*.local.json
|
|
Agent/agent.exe
|
|
Agent/*.exe
|