diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-12-30 14:22:13 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2018-01-02 20:18:10 +0000 |
| commit | 27c4cda0cb98970e86f55c22a8248833b6cf40d9 (patch) | |
| tree | 7f7f01577ead547aaefa1db79c77830836f6b5f6 /.gitignore | |
| parent | 87f36d93a85c7feb25fe17c05ec58b902d02c08f (diff) | |
| download | webtrees-27c4cda0cb98970e86f55c22a8248833b6cf40d9.tar.gz webtrees-27c4cda0cb98970e86f55c22a8248833b6cf40d9.tar.bz2 webtrees-27c4cda0cb98970e86f55c22a8248833b6cf40d9.zip | |
Use npm/webpack/babel/laravel-mix to manage and bundle assets
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 8000eea7bc..ec89f48b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -.php_cs.cache +/.php_cs.cache /apidocs/ -robots.txt -phpunit.xml -/themes/_common/css-2.0.0/favicon.png +/mix-manifest.json +/public/js/*.map +/node_modules/ +/robots.txt +/phpunit.xml.dist |
