package-validator icon indicating copy to clipboard operation
package-validator copied to clipboard

[Required] No temporary/backup files should be in the package

Open ferventcoder opened this issue 9 years ago • 1 comments

https://chocolatey.org/packages/classified-ads/0.11#files

Note the ~ file.

ferventcoder avatar Jul 07 '16 22:07 ferventcoder

Just mentioning other prefixes that is possibly used:

  • .tmp
  • .bak
  • .bck
  • .backup
  • .bbb (not that often used)
  • .bfk (also used by windows backup)
  • .bkp
  • .dbk
  • .old

There are several others, but those are usually software specific. Reference of a few software specific backup files that are used: https://www.file-extensions.org/common/backup

AdmiringWorm avatar Mar 05 '17 02:03 AdmiringWorm