3 Commits

Author SHA1 Message Date
22352dd8a7 feat: Added .DS_Store to .gitignore 2026-02-01 00:24:05 +01:00
704ecf7024 revert 3202ede472
revert feat: Added CI Pipeline
- Lint the Docker Compose files using DCLinter Github Action
- Format the Docker Compose files with the 'compose_format' Python module
2026-01-30 21:19:27 +00:00
3202ede472 feat: Added CI Pipeline
Some checks failed
Lint and Format Docker Compose files / Docker Compose Lint (push) Has been cancelled
Lint and Format Docker Compose files / Docker Compose formatting (push) Has been cancelled
- Lint the Docker Compose files using DCLinter Github Action
- Format the Docker Compose files with the 'compose_format' Python module
2025-12-26 14:14:02 +01:00

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.DS_Store
*.env