mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-19 06:51:02 +00:00
b56dae8120
* 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>
24 lines
509 B
Text
24 lines
509 B
Text
release.sh
|
|
dist/
|
|
benchmarks/*
|
|
!benchmarks/*.go
|
|
!benchmarks/sample_*
|
|
tests/*/fuzz-fuzz.zip
|
|
tests/*/crashers
|
|
tests/*/suppressions
|
|
tests/*/corpus/*
|
|
!tests/*/corpus/*.*
|
|
parse/tests/*/fuzz-fuzz.zip
|
|
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
|