Initial commit with GitLab CI/CD pipeline

This commit is contained in:
Emmanuel
2026-01-06 22:17:37 +01:00
commit b5a5b973f7
12 changed files with 779 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Environment variables
.env
.env.local
# Deno
.deno/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/