mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
* initial commit * initial commit * not fixed * hot not fix * basic webpack implementation * implement webpack * implement webpack * added fixes and mobile support * deleated package-lock.json * Delete yarn.lock * adding new lines and deleated public build * Change input to symfony form row * GHA fix * GHA fix * Gha fix build->encore * Fix spec ImageTransformer * Gha fix node version changed to 14.x * scrutinizer node fix * scrutinizer node fix * scrutinizer node fix Co-authored-by: kuba-end <kostek660i@gmail.com> Co-authored-by: Tomasz Grochowski <tg@urias.it>
36 lines
542 B
Plaintext
36 lines
542 B
Plaintext
/vendor/
|
|
/node_modules/
|
|
/composer.lock
|
|
|
|
/etc/build/*
|
|
!/etc/build/.gitignore
|
|
|
|
/tests/Application/yarn.lock
|
|
|
|
/behat.yml
|
|
/phpspec.yml
|
|
|
|
/vendor/
|
|
/node_modules/
|
|
package-lock.json
|
|
|
|
/etc/build/*
|
|
!/etc/build/.gitignore
|
|
|
|
tests/Application/node_modules/
|
|
|
|
tests/Application/var/
|
|
!tests/Application/var/.gitkeep
|
|
|
|
tests/Application/web/*
|
|
!tests/Application/web/favicon.ico
|
|
!tests/Application/web/app.php
|
|
!tests/Application/web/app_dev.php
|
|
!tests/Application/web/app_test.php
|
|
|
|
/tests/Application/yarn.lock
|
|
|
|
/composer.lock
|
|
|
|
/etc/build/*
|
|
!/etc/build/.gitkeep |