diff options
| author | 2021-09-24 13:14:20 +0200 | |
|---|---|---|
| committer | 2021-09-24 13:14:20 +0200 | |
| commit | d515c9f1ec4df612a24bff77fe57c75744946651 (patch) | |
| tree | cf176ecd9ad1f5c3b8ec7fa3b036c163491e737d /.gitignore | |
| parent | upstep bun version (#243) (diff) | |
| download | gotosocial-d515c9f1ec4df612a24bff77fe57c75744946651.tar.xz | |
Goreleaser (#241)
* 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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f1620871..536dc0c00 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,9 @@ cp.out # exclude compiled mkdocs site site/ + +# exclude compiled binaries +dist/ + +# exclude the copy of swagger.yaml moved into assets during packaging +web/assets/swagger.yaml |
