mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
d515c9f1ec
* add goreleaser tooling * add files + hook * update hooks * allow passing build-dir using cli args * build tweaks * tweak more * update drone and goreleaser * chill out tests * remove postgres * docker push on snapshot * update releaser
21 lines
397 B
Text
21 lines
397 B
Text
# exclude the compiled binary
|
|
/gotosocial
|
|
|
|
# exclude built documentation, since readthedocs will build it for us anyway
|
|
/docs/_build
|
|
|
|
# exclude coverage report
|
|
cp.out
|
|
|
|
# exclude node_modules if installed
|
|
/web/source/node_modules
|
|
|
|
# exclude compiled mkdocs site
|
|
site/
|
|
|
|
# exclude compiled binaries
|
|
dist/
|
|
|
|
# exclude the copy of swagger.yaml moved into assets during packaging
|
|
web/assets/swagger.yaml
|