feat: Set up CI/CD pipeline with embedded webapp and Woodpecker configuration
This commit is contained in:
parent
ebbb2bac41
commit
6400eb9513
5 changed files with 163 additions and 3 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue