summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-24 13:14:20 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-24 13:14:20 +0200
commitd515c9f1ec4df612a24bff77fe57c75744946651 (patch)
treecf176ecd9ad1f5c3b8ec7fa3b036c163491e737d /.gitignore
parentupstep bun version (#243) (diff)
downloadgotosocial-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--.gitignore6
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