You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mulit-agent/controller/.gitignore

44 lines
582 B

# Go / Wails2 build artifacts for the controller
build/
bin/
out/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
# Wails / frontend bundles
frontend/dist/
frontend/node_modules/
frontend/build/
# Local config (the committed controller-config.json is the example/default;
# any machine-local override should be in controller-config.local.json)
config/controller-config.local.json
# Secrets / runtime state
*.pem
*.key
*.p12
*.pfx
*.sqlite
*.sqlite3
*.db
.env
.env.*
!.env.example
data/
logs/
*.log
# IDE / OS
.idea/
.vscode/
*.code-workspace
.DS_Store
Thumbs.db
Desktop.ini