Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uptools: remove unneeded .gitignore entries #26370
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
meta
label
Mar 1, 2019
refack
approved these changes
Mar 1, 2019
cjihrig
approved these changes
Mar 1, 2019
| icu_config.gypi | ||
| .eslintcache |
This comment has been minimized.
This comment has been minimized.
cjihrig
Mar 1, 2019
Contributor
What is the reasoning for removing this one? I wouldn't expect everyone to have this in their own .gitignore.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
richardlau
Mar 1, 2019
Member
IIUC they are all covered by
Line 2 in c45a9da
.*
It would be nice if that was included in the commit message for anyone glancing through the commit history.
This comment has been minimized.
This comment has been minimized.
Trott
Mar 1, 2019
Author
Member
It would be nice if that was included in the commit message for anyone glancing through the commit history.
@richardlau I've updated the commit message to say:
Remove entries from `.gitignore` that are already covered by the generic
`.*` entry on line 2 of the .gitignore file.
richardlau
approved these changes
Mar 1, 2019
| icu_config.gypi | ||
| .eslintcache |
This comment has been minimized.
This comment has been minimized.
richardlau
Mar 1, 2019
Member
IIUC they are all covered by
Line 2 in c45a9da
.*
It would be nice if that was included in the commit message for anyone glancing through the commit history.
Trott
force-pushed the
Trott:eslintcache
branch
from
c45a9da
to
b9f1338
Mar 1, 2019
jasnell
approved these changes
Mar 1, 2019
This comment has been minimized.
This comment has been minimized.
Trott
added
the
author ready
label
Mar 2, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in b97cd9b |
Trott
closed this
Mar 3, 2019
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Mar 3, 2019
BridgeAR
added a commit
that referenced
this pull request
Mar 4, 2019
Merged
BethGriggs
added a commit
that referenced
this pull request
Apr 16, 2019
Merged
This was referenced May 29, 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.
Trott commentedMar 1, 2019
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes