Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 8 years ago

#30134 closed enhancement (fixed)

Ignore wp-cli.local.yml

Reported by: danielbachhuber Owned by: westi
Priority: normal Milestone: 4.1
Component: Build/Test Tools Version:
Severity: normal Keywords: has-patch commit
Cc: Focuses:

Description

It's useful to use locally for modifying WP-CLI environment variables.

Attachments (1)

ignore-wp-cli-local.diff (277 bytes ) - added by danielbachhuber 12 years ago.
Ignore wp-cli.local.yml

Download all attachments as: .zip

Change History (6)

@danielbachhuber
12 years ago

Ignore wp-cli.local.yml

This ticket was mentioned in Slack in #core by danielbachhuber. View the logs.


12 years ago

#2 @westi
12 years ago

  • Owner set to westi
  • Resolutionfixed
  • Status newclosed

In 30050:

Ignore any local WP Cli config files.

Fixes #30134 props danielbachhuber

#3 @TobiasBg
12 years ago

  • Resolution fixed
  • Status closedreopened

Should this also get the SVN ignore property?

#4 @westi
12 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 30057:

Update the root svn:ignore property to match .gitignores. Fixes #30134.

#5 @iandunn
8 years ago

In 44362:

SVN: Trim trailing whitespace to match ignore entry exactly.

When the entry for wp-cli.local.yml was added in r30057, it included a trailing whitespace. Presumably, that doesn't cause any problems with some combinations of OS/SVN client/EOL markers/etc, but in some cases it will prevent the entry from being ignored. After removing the whitespace, the file is ignored as expected.

See #30134.

Note: See TracTickets for help on using tickets.