2020-09-14 16:18:00 +00:00
|
|
|
# Ignore all hidden files and directories
|
2018-04-23 17:34:21 +00:00
|
|
|
/.* export-ignore
|
2020-09-14 16:18:00 +00:00
|
|
|
|
|
|
|
# Ignore all markdown files
|
2019-07-04 15:01:06 +00:00
|
|
|
/*.md export-ignore
|
2020-09-14 16:18:00 +00:00
|
|
|
|
|
|
|
# Ignore following directories and contents
|
2019-06-27 11:04:48 +00:00
|
|
|
/node_modules* export-ignore
|
|
|
|
/tests export-ignore
|
|
|
|
/bin export-ignore
|
2020-09-14 16:18:00 +00:00
|
|
|
/docs export-ignore
|
|
|
|
/storybook export-ignore
|
|
|
|
|
|
|
|
# Ignore following configuration files
|
2019-06-27 11:04:48 +00:00
|
|
|
/phpcs.xml export-ignore
|
|
|
|
/phpunit.* export-ignore
|
2019-09-03 12:33:25 +00:00
|
|
|
/composer.lock export-ignore
|
|
|
|
/composer.json export-ignore
|
2019-10-02 17:08:05 +00:00
|
|
|
/CODEOWNERS export-ignore
|
2019-06-27 11:04:48 +00:00
|
|
|
/renovate.json export-ignore
|
|
|
|
/webpack.config.js export-ignore
|
|
|
|
/postcss.config.js export-ignore
|
2019-09-03 12:33:25 +00:00
|
|
|
/bundlesize.config.json export-ignore
|
2019-06-27 11:04:48 +00:00
|
|
|
/package.json export-ignore
|
|
|
|
/package-lock.json export-ignore
|
2020-09-14 16:18:00 +00:00
|
|
|
/babel.config.js export-ignore
|
|
|
|
/docker-compose.yml export-ignore
|
|
|
|
/globals.d.ts export-ignore
|
|
|
|
/tsconfig.json export-ignore
|
|
|
|
/webpack.config.js export-ignore
|