FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build,meta: rearrange and narrow git ignore rules by refack · Pull Request #27954 · nodejs/node · GitHub

/ node Public

build,meta: rearrange and narrow git ignore rules - #27954

Merged
refack merged 1 commit into
nodejs:masterfrom
refack:gitignore++++
Jun 3, 2019
Merged

build,meta: rearrange and narrow git ignore rules#27954
refack merged 1 commit into
nodejs:masterfrom
refack:gitignore++++

Conversation

refack commented May 29, 2019

Copy link
Copy Markdown
Contributor

Non trivial change to .gitignore

  • Add file header
  • Add section headers
  • Add comments
  • Group and rearrange rules by role
  • Narrow rules that refer to files in the root folder
  • node_modules rules based on tools: update eslint #27670
  • Remove old and unused rules (/coverage, iojs, tmp)

might need more validation by human developers different platforms

as documented in the file:
To test conflicts, run git ls-files -i --exclude-standard.
To check why a specific file is ignored, run git check-ignore -v [-n] [--no-index] <filepath> .

/CC @nodejs/build-files @nodejs/documentation @nodejs/testing @nodejs/linting

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

refack mentioned this pull request May 29, 2019
4 tasks
Comment thread .gitignore Outdated
Comment thread .gitignore Outdated

Trott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

A bit rubber-stamp-y of me, but LGTM.

Copy link
Copy Markdown
Collaborator

refack self-assigned this Jun 3, 2019
refack added build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory. labels Jun 3, 2019
PR-URL: nodejs#27954
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
refack merged commit d911789 into nodejs:master Jun 3, 2019
refack deleted the gitignore++++ branch June 3, 2019 17:42
refack removed their assignment Jun 6, 2019
BridgeAR pushed a commit that referenced this pull request Jun 17, 2019
PR-URL: #27954
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
BridgeAR mentioned this pull request Jun 17, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL