Page MenuHomeDevCentral

Git configuration: .gitignore
ClosedPublic

Authored by dereckson on Jun 29 2016, 21:50.
Tags
None
Referenced Files
F10950694: D436.diff
Thu, Aug 7, 01:09
F10950498: D436.id1064.diff
Thu, Aug 7, 00:51
F10943789: D436.id.diff
Wed, Aug 6, 19:05
F10937795: D436.id1059.diff
Wed, Aug 6, 07:14
Unknown Object (File)
Tue, Aug 5, 16:57
Unknown Object (File)
Mon, Jul 21, 02:30
Unknown Object (File)
Jul 8 2025, 00:01
Unknown Object (File)
Jul 6 2025, 18:42
Subscribers
None

Details

Summary

This file ignores Composer artefacts.

Test Plan

composer update && git status

Diff Detail

Repository
rWPCLIPOLY WP-CLI community package for Polylang
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Git configuration: .gitignore.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
Ysul
$ git checkout phpcs-fixes # a branch without .gitignore
$ git status
On branch phpcs-fixes
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        composer.lock
        vendor/
[...]
$ git checkout 7371da2eb0c7 # this commit
$ git status
git status
HEAD detached at 7371da2
nothing to commit, working directory clean
This revision is now accepted and ready to land.Jun 29 2016, 21:53
This revision was automatically updated to reflect the committed changes.