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 /.gitattributes | |
| 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 '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index f8243cd0fa..6bd8edac2a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,9 @@ .travis.yml export-ignore Makefile export-ignore build/ export-ignore -packages/**/*.map export-ignore +package.josn export-ignore +package-lock.json export-ignore phpdoc.xml export-ignore phpunit.xml.dist export-ignore tests/ export-ignore +webpack.mix.js export-ignore |
