mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
42 lines
528 B
Text
42 lines
528 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
|