Page MenuHomeDevCentral

Git configuration: .gitignore
ClosedPublic

Authored by dereckson on Jun 29 2016, 21:50.
Tags
None
Referenced Files
F34897595: D436.id1064.diff
Fri, Jul 3, 18:19
F34876130: D436.id.diff
Fri, Jul 3, 14:43
F34851450: D436.diff
Fri, Jul 3, 11:40
Unknown Object (File)
Thu, Jul 2, 01:39
Unknown Object (File)
Tue, Jun 23, 15:56
Unknown Object (File)
Tue, Jun 23, 04:42
Unknown Object (File)
Tue, Jun 23, 00:00
Unknown Object (File)
Sun, Jun 21, 14:22
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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 610
Build 726: arc lint + arc unit

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.