go-ssb-room/.gitignore

29 lines
542 B
Plaintext
Raw Normal View History

# SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021
#
# SPDX-License-Identifier: Unlicense
2021-03-05 10:27:17 +00:00
# vim
.*.sw[a-z]
# the binaries
cmd/server/server
cmd/insert-user/insert-user
# testrun contains repos that were use for tests
muxrpc/test/go/testrun
muxrpc/test/nodejs/testrun
web/handlers/testrun
2021-04-01 07:04:38 +00:00
web/handlers/admin/testrun
roomdb/sqlite/testrun
2022-04-10 08:21:06 +00:00
web/i18n/i18ntesting/testrun/
# build artifacts from node.js project web/styles
node_modules
# goreleaser output
dist/
# secrets and config
ssb-go-room-secrets/
.env