This commit is contained in:
2026-04-28 22:27:25 +02:00
parent 78d5743c12
commit 7c5738c0ec
17 changed files with 1748 additions and 104 deletions

33
.paul/config.md Normal file
View File

@@ -0,0 +1,33 @@
# Project Config
**Project:** krolewskie-miody.pl
**Created:** 2026-04-28
## Project Settings
```yaml
project:
name: krolewskie-miody.pl
version: 0.0.0
```
## Integrations
### SonarQube
```yaml
sonarqube:
enabled: false
reason: "User declined during init"
```
## Preferences
```yaml
preferences:
auto_commit: false
verbose_output: false
```
---
*Config created: 2026-04-28*