summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-12-30 14:22:13 +0000
committerGreg Roach <fisharebest@gmail.com>2018-01-02 20:18:10 +0000
commit27c4cda0cb98970e86f55c22a8248833b6cf40d9 (patch)
tree7f7f01577ead547aaefa1db79c77830836f6b5f6 /.gitattributes
parent87f36d93a85c7feb25fe17c05ec58b902d02c08f (diff)
downloadwebtrees-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--.gitattributes4
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