mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
465d2c9d84
Add documentation on how to develop woodpecker Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lukas <lukas@slucky.de>
43 lines
557 B
Text
43 lines
557 B
Text
### IDEs ###
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.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/dist/**
|
|
!web/dist/.gitkeep
|
|
web/node_modules/
|
|
web/*.log
|
|
web/.env
|
|
|
|
### Docker ###
|
|
docker-compose.yml
|
|
|
|
### Other ##
|
|
# runetime or build relicts
|
|
*.sqlite
|
|
*.out
|
|
/.env
|
|
extras/
|
|
/build/
|
|
/dist/
|
|
|
|
server/swagger/files/*.json
|
|
server/swagger/swagger_gen.go
|
|
|
|
docs/venv
|