woodpecker/.gitignore
6543 75513575be
Use go's vendoring (#284)
* store dependency's in git

* since we vendor ... rm tech-depts

* aad make target 'vendor' to update vendor folder (manual task)
2021-08-30 19:14:04 +02:00

43 lines
528 B
Plaintext

### 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