wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

Add backup files ending with tilde to default .distignore #273

Closed Flimm closed 2 years ago

Flimm commented 4 years ago

Editors like Vim and Gedit will create backup copies of a file. A file named foobar may get a backup copy called .foobar~, with the prefix of a dot and the suffix of a tilde.

This pull request adds that pattern to .distignore.