mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-10 11:09:35 +00:00
c1a1f7c10b
Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
53 lines
671 B
Text
53 lines
671 B
Text
### IDEs ###
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
### GO ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
vendor/
|
|
__debug_bin
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
### Frontend ###
|
|
web/dist/**
|
|
!web/dist/.gitkeep
|
|
web/node_modules/
|
|
web/*.log
|
|
web/.env
|
|
.pnpm-store
|
|
|
|
### Docker ###
|
|
docker-compose.yml
|
|
|
|
### Other ##
|
|
# runetime or build relicts
|
|
*.sqlite
|
|
*.out
|
|
/.env
|
|
extras/
|
|
/build/
|
|
/dist/
|
|
/data/
|
|
|
|
docs/venv
|
|
|
|
# helm charts
|
|
.cr-index/
|
|
.cr-release-packages/
|
|
|
|
### Generated by CI ###
|
|
docs/docs/40-cli.md
|
|
docs/swagger.json
|