Skip to content

Commit

Permalink
Merge pull request #1371 from owncloud/gitignore-drone-yml
Browse files Browse the repository at this point in the history
[tests-only] do not let someone accidentally commit a local .drone.yml
  • Loading branch information
phil-davis authored Jan 21, 2021
2 parents 1bc644f + 50e9df7 commit 27d1783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ composer.lock
vendor
vendor-bin/**/vendor
vendor-bin/**/composer.lock

# drone CI is in .drone.star, do not let someone accidentally commit a local .drone.yml
.drone.yml

0 comments on commit 27d1783

Please sign in to comment.