mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +00:00
188b9e6eb5
- move cli files from `cli/drone` to `cli/` - move cli main to `cmd/cli/main.go` to match agent and server - use version from `version/version.go` to match agent and server
45 lines
550 B
Text
45 lines
550 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/
|