Skip to content

Commit

Permalink
Make sure build dirs are available in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 18, 2024
1 parent 2c1f1ef commit af02dc9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/build/ export-ignore
/CHANGELOG.md export-ignore
/codecov.yml export-ignore
/CODE_OF_CONDUCT.md export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ composer.phar
testing/
nbproject/private/
test/log
build
/.phpunit.result.cache
8 changes: 8 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*
!.gitignore
!coverage
!coverage/.keep
!logs
!logs/.keep
!phpunit
!phpunit/.keep
Empty file added build/coverage/.keep
Empty file.
Empty file added build/logs/.keep
Empty file.
Empty file added build/phpunit/.keep
Empty file.

0 comments on commit af02dc9

Please sign in to comment.