You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
732 B
40 lines
732 B
# Ignore node_modules folder created when installing core's JavaScript |
|
# dependencies. |
|
node_modules |
|
yarn-error.log |
|
|
|
# Ignore yarn files |
|
# @see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored |
|
.yarn/* |
|
|
|
# Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist. |
|
phpcs.xml |
|
phpunit.xml |
|
|
|
# Ignore package-lock.json that is automatically created when adding |
|
# dependencies by users of NPMv5. |
|
package-lock.json |
|
|
|
# Ignore test reports |
|
reports |
|
|
|
# Ignore local Nightwatch settings |
|
nightwatch.settings.json |
|
|
|
# Ignore dotenv |
|
.env |
|
|
|
# Ignore CSpell cache |
|
.cspellcache |
|
|
|
# Ignore phpstan cache |
|
phpstan-tmp |
|
|
|
# Ignore eslint cache |
|
.eslintcache |
|
|
|
# Ignore stylelint cache |
|
.stylelintcache |
|
|
|
# Ignore phpcs cache |
|
.phpcscache
|
|
|