Commit Graph

13 Commits

Author SHA1 Message Date
Christopher Allford 758df4854d
Use `ci-jobs` Utility For `ci.yml` Matrix (#43532)
This adds support for using the `pnpm utils ci-jobs` command in our `ci.yml` file. One of the bigger benefits to this change too is that we're now distributing a bundled version of the utils tool. This lets us run it without actually having to install the repo and will let us speed up any workflows that currently do.
2024-01-12 20:32:14 -08:00
Christopher Allford 1cfd8a1b53
Enforce LF Line Endings (#37843)
Since it's possible that people may be cloning the repository in
Windows, we need to enforce consistent line endings.
2023-04-19 08:26:19 -07:00
Paul Sealock ef015f740f git mv a few folders 2021-10-19 10:35:45 +13:00
IanDelMar 8c813277a9 LF line endings on checkout for PHP files 2020-08-23 11:37:58 +02:00
Claudio Sanches 9da9c4e255 Changed CHANGELOG.txt to changelog.txt 2020-08-12 16:55:08 -03:00
Claudio Sanches 8b06b3a1b0
Merge pull request #25159 from woocommerce/ignore-bin
Ignore bin/ directory when generating WooCommerce zip file for GitHub
2019-12-03 15:30:01 -03:00
Rodrigo Primo 042e88d31e Ignore bin/ directory when generating WooCommerce zip file for GitHub
Files and directories that are used for development should not be part
of the final package.
2019-12-03 14:00:36 -03:00
Claudio Sanches ee596b0941 Ignore renovate.json while generating packages 2019-11-27 15:40:50 -03:00
Rodrigo Primo bb78174c33 Remove references to apigen from configuration files
Commit d6bd82865c removed apigen from
WooCommerce core repository as we are moving it to its own repository (https://github.com/woocommerce/woocommerce-api-docs). This
commit removes the apigen from configuration files. In most cases, it is
just removing the apigen directory from the exclude list of things like
PHPCS and Code Climate.
2019-06-28 10:20:30 -03:00
Rodrigo Primo e368a4e541 Exclude CODE_OF_CONDUCT.md and package-lock.json from the release .zip files 2018-01-29 10:18:57 -02:00
Rodrigo Primo bf052c14c7 Use default name for PHPCS configuration file
This commit renames PHPCS configutarion file to `phpcs.xml`. With the default name, it is not necessary to use the argument `--standard=phpcs.ruleset.xml` anymore when calling `phpcs`.
2017-12-18 11:49:44 -02:00
Claudio Sanches c81dd47eb8 Ignore apigen directory in git archive 2017-03-02 13:15:43 -03:00
Claudio Sanches 8ff943eb9d Include .gitattributes file 2017-03-02 13:13:59 -03:00