feat: Set up CI/CD pipeline with embedded webapp and Woodpecker configuration

This commit is contained in:
garionion (aider) 2025-03-02 11:37:44 +01:00
parent ebbb2bac41
commit 6400eb9513
5 changed files with 163 additions and 3 deletions

39
.gitignore vendored
View file

@ -1 +1,40 @@
.aider*
# Go build artifacts
/inventory
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# SQLite database files
*.sqlite
*.db
# Node.js dependencies
node_modules/
web/node_modules/
web/dist/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Build artifacts
/artifacts/