workbloom 0.1.8

A Git worktree management tool with automatic file copying and port allocation
Documentation
sonar.projectKey=chaspy_workbloom
sonar.organization=chaspy

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=workbloom
sonar.projectVersion=0.1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
sonar.tests=tests

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

# Language
sonar.language=rust

# Exclude target directory and generated files
sonar.exclusions=target/**,Cargo.lock,**/*.rs.bk

# Test exclusions
sonar.test.exclusions=target/**

# Coverage reports (if we add coverage later)
# sonar.rust.coverage.reportPaths=target/debug/coverage/lcov.info