25 lines
233 B
Plaintext
25 lines
233 B
Plaintext
# Build outputs
|
|
build/
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Local runtime files
|
|
logs/
|
|
*.log
|
|
managerd.local.json
|
|
|
|
# Coverage and profiling
|
|
coverage.out
|
|
*.coverprofile
|
|
*.prof
|
|
|
|
# OS and editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|