Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: update and unify gitignore #28316
Conversation
pkozlowski-opensource
requested a review
from angular/fw-dev-infra
as a
code owner
Jan 23, 2019
googlebot
added
the
cla: yes
label
Jan 23, 2019
pkozlowski-opensource
added
comp: build & ci
PR action: review
PR target: master-only
PR action: time-zone
labels
Jan 23, 2019
ngbot
bot
added this to the needsTriage milestone
Jan 23, 2019
This comment has been minimized.
This comment has been minimized.
|
For reference, |
gkalpak
reviewed
Jan 23, 2019
.gitignore
Outdated
| /integration/bazel/bazel-* | ||
| dist | ||
| bazel-out | ||
| integration/bazel/bazel-* |
This comment has been minimized.
This comment has been minimized.
gkalpak
Jan 23, 2019
•
Member
Removing leading and trailing slashes changes the semantics. (More info)
I am not sure what the "right" behavior is (since I don't know what bazel-out is or where it might pop up); just bringing it up.
This comment has been minimized.
This comment has been minimized.
pkozlowski-opensource
force-pushed the
pkozlowski-opensource:update_gitignore
branch
2 times, most recently
from
e6723c1
to
e23fac5
Jan 23, 2019
gkalpak
approved these changes
Jan 23, 2019
ocombe
approved these changes
Jan 23, 2019
This comment has been minimized.
This comment has been minimized.
|
Related to Lines 29 to 36 in 8f1198f |
alexeagle
approved these changes
Jan 23, 2019
|
Thanks! |
pkozlowski-opensource
added
PR action: merge
and removed
PR action: review
labels
Jan 23, 2019
alxhub
closed this
in
1fd6735
Jan 23, 2019
added a commit
to vetom/angular
that referenced
this pull request
Jan 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
pkozlowski-opensource commentedJan 23, 2019
•
edited
After pulling latest master today I've started to see
bazel-outpopping as an untracked. This is due to the fact that/bazel-out/would much folders only but it is a symlink (thnx @gkalpak for figuring this out).I've also removed
bower_componentsas bower is gone.