docs: Add LICENSE, CONTRIBUTING.md, CHANGELOG.md, and .gitignore

- Add MIT License for open source clarity
- Add .gitignore to prevent unwanted files in commits
- Add CONTRIBUTING.md guidelines for contributors
- Add CHANGELOG.md template for version tracking

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot
2026-04-12 21:31:56 +02:00
parent 43791378f5
commit 449d7e7c08
3 changed files with 116 additions and 0 deletions

34
CHANGELOG.md Normal file
View File

@@ -0,0 +1,34 @@
# Changelog
Alle bemerkenswerten Änderungen an diesem Projekt werden in dieser Datei dokumentiert.
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/),
und dieses Projekt folgt [Semantic Versioning](https://semver.org/lang/de/).
## [Unreleased]
### Added
-
### Changed
-
### Deprecated
-
### Removed
-
### Fixed
-
### Security
-
## [1.0.0] - 2026-04-12
### Added
- Initiale Version
[Unreleased]: https://github.com/Konnos/Fingerprint-Sensor/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Konnos/Fingerprint-Sensor/releases/tag/v1.0.0