1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00
woodpecker/.gitignore

51 lines
648 B
Plaintext
Raw Normal View History

### IDEs ###
.idea/
.vscode/*
2021-12-21 10:52:10 +01:00
!.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
### Docker ###
docker-compose.yml
### Other ##
# runetime or build relicts
2014-02-07 03:10:01 -07:00
*.sqlite
2015-09-29 18:21:17 -07:00
*.out
/.env
2017-05-08 02:01:04 +02:00
extras/
/build/
/dist/
2015-10-22 17:03:07 -07:00
2016-05-02 12:21:25 -07:00
server/swagger/files/*.json
2019-06-07 10:40:16 +02:00
server/swagger/swagger_gen.go
2019-11-13 12:23:16 +01:00
docs/venv
# helm charts
.cr-index/
.cr-release-packages/