mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 14:34:26 +00:00
9267a46d5c
- Replace mkdocs with docosaurus (improved menu structure, ...) - Structure docs into `Usage` and `Server Setup / Administration` - Update favicon - Create new pipeline-syntax page with all options and links to more detailed docs if available - Add ci to publish to `woodpecker-ci.github.io` - Deploy docs preview to surge for review - Update start-page Co-authored-by: 6543 <6543@obermui.de>
45 lines
549 B
Text
45 lines
549 B
Text
### IDEs ###
|
|
.idea/
|
|
.vscode/
|
|
!.vscode/launch.json
|
|
|
|
### GO ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
### Frontend ###
|
|
web/node_modules
|
|
web/dist/files
|
|
web/*.log
|
|
web/.env
|
|
|
|
### Docker ###
|
|
docker-compose.yml
|
|
|
|
### Other ##
|
|
# runetime or build relicts
|
|
*.sqlite
|
|
*.out
|
|
/.env
|
|
extras/
|
|
release/
|
|
build/
|
|
cli/release/
|
|
|
|
server/swagger/files/*.json
|
|
server/swagger/swagger_gen.go
|
|
|
|
docs/venv
|
|
|
|
dist/
|
|
node_modules/
|