1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00
woodpecker/.gitignore

44 lines
546 B
Plaintext
Raw Normal View History

### 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/dist/**
!web/dist/.gitkeep
web/node_modules/
web/*.log
web/.env
### Docker ###
docker-compose.yml
### Other ##
# runetime or build relicts
2014-02-07 13:10:01 +03:00
*.sqlite
2015-09-30 03:21:17 +02:00
*.out
/.env
2017-05-08 02:01:04 +02:00
extras/
2016-05-26 20:08:48 +02:00
release/
/build/
cli/release/
2015-10-23 02:03:07 +02:00
2016-05-02 21:21:25 +02:00
server/swagger/files/*.json
2019-06-07 10:40:16 +02:00
server/swagger/swagger_gen.go
2019-11-13 13:23:16 +02:00
docs/venv