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

37 lines
488 B
Plaintext
Raw Normal View History

2014-02-07 13:10:01 +03:00
drone.sublime-project
drone.sublime-workspace
2014-06-07 22:18:37 +03:00
.vagrant
2015-05-17 21:18:03 +02:00
# ignore the drone binary, but makes sure
# that subdirs named drone aren't ignored
drone
!dist/**
2014-02-07 13:10:01 +03:00
*~
~*
*.sqlite
2015-07-29 18:16:08 +02:00
*.sqlite3
*.deb
*.deb.*
*.rpm
2014-06-07 22:18:37 +03:00
*.out
*.prof
2014-02-07 13:10:01 +03:00
*.rice-box.go
*.db
*.txt
*.min.js
2015-05-17 23:42:21 +02:00
*_bindata.go
2015-06-04 22:31:48 +02:00
*.toml
!dist/drone/etc/drone/drone.toml
2014-02-07 13:10:01 +03:00
2015-05-17 21:18:03 +02:00
# generate binaries
cmd/drone-agent/drone-agent
2015-05-18 04:25:53 +02:00
cmd/drone-build/drone-build
cmd/drone-agent/drone-server
2015-05-15 23:55:26 +02:00
2015-05-17 21:18:03 +02:00
# generated binaries
2015-05-15 23:55:26 +02:00
bin/drone
2015-05-17 21:18:03 +02:00
bin/drone-agent
2015-05-18 04:25:53 +02:00
bin/drone-build
bin/drone-server