mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-10 15:58:08 -06:00
[chore] Update all but bun libraries (#526)
* update all but bun libraries Signed-off-by: kim <grufwub@gmail.com> * remove my personal build script changes Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
e06bf9cc9a
commit
b56dae8120
350 changed files with 305366 additions and 5943 deletions
10
vendor/github.com/tdewolff/minify/v2/.gitignore
generated
vendored
10
vendor/github.com/tdewolff/minify/v2/.gitignore
generated
vendored
|
|
@ -1,3 +1,4 @@
|
|||
release.sh
|
||||
dist/
|
||||
benchmarks/*
|
||||
!benchmarks/*.go
|
||||
|
|
@ -12,3 +13,12 @@ parse/tests/*/crashers
|
|||
parse/tests/*/suppressions
|
||||
parse/tests/*/corpus/*
|
||||
!parse/tests/*/corpus/*.*
|
||||
bindings/js/build
|
||||
bindings/js/minify.h
|
||||
bindings/js/minify.a
|
||||
bindings/js/test.min.html
|
||||
bindings/js/node_modules
|
||||
bindings/py/minify.h
|
||||
bindings/py/minify.so
|
||||
bindings/py/test.min.html
|
||||
bindings/py/tdewolff_minify.egg-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue