Skip to content

Commit

Permalink
fix(build): whitelist build package to avoid being ignored by gcloud …
Browse files Browse the repository at this point in the history
…cloudbuild (#657)
  • Loading branch information
Jammy Louie authored and ezimanyi committed Sep 24, 2019
1 parent 4e1ea66 commit 84d7e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.gradle/
/build
*/build/
!*/src/**/build/
.DS_Store
*.iml
*.ipr
Expand Down

0 comments on commit 84d7e5f

Please sign in to comment.