feat(config): implement configuration system and contributing guide (#6, #4) #22

Merged
maj merged 3 commits from setup-config into develop 2026-01-28 18:13:34 +00:00
Showing only changes of commit 631046df34 - Show all commits

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@ config
!config.example !config.example
!*.config.example !*.config.example
# Gitea API documentation (downloaded for reference, not part of source)
gitea-swagger.v1.json
# Build artifacts # Build artifacts
build/ build/
*.o *.o