You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			794 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			794 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ### IDEs ###
 | |
| .idea/
 | |
| .vscode/*
 | |
| !.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
 | |
| .pnpm-store
 | |
| 
 | |
| ### Docker ###
 | |
| docker-compose.yml
 | |
| 
 | |
| ### Other ##
 | |
| # runetime or build relicts
 | |
| *.sqlite
 | |
| *.out
 | |
| /.env
 | |
| /.direnv
 | |
| /.envrc
 | |
| extras/
 | |
| /build/
 | |
| /dist/
 | |
| /data/
 | |
| datastore/migration/testfiles/
 | |
| 
 | |
| docs/venv
 | |
| 
 | |
| # helm charts
 | |
| .cr-index/
 | |
| .cr-release-packages/
 | |
| 
 | |
| ### Generated by CI ###
 | |
| docs/docs/40-cli.md
 | |
| docs/openapi.json
 | |
| 
 | |
| # Removed once v3.0.x is minimum version to be touched
 | |
| docs/swagger.json
 |