Update ignored files in gitattributes
This commit is contained in:
parent
51ece61df6
commit
6a2867ae19
|
@ -1,3 +1,15 @@
|
|||
/.* export-ignore
|
||||
node_modules* export-ignore
|
||||
CHANGELOG.txt export-ignore
|
||||
/node_modules* export-ignore
|
||||
/tests export-ignore
|
||||
/vendor export-ignore
|
||||
/bin export-ignore
|
||||
/CONTRIBUTING.md export-ignore
|
||||
/README.md export-ignore
|
||||
/phpcs.xml export-ignore
|
||||
/phpunit.* export-ignore
|
||||
/renovate.json export-ignore
|
||||
/webpack.config.js export-ignore
|
||||
/postcss.config.js export-ignore
|
||||
/package.json export-ignore
|
||||
/package-lock.json export-ignore
|
||||
/babel-config.js export-ignore
|
||||
|
|
Loading…
Reference in New Issue