go-ssb-room/.gitignore

24 lines
388 B
Plaintext

# 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
web/handlers/admin/testrun
roomdb/sqlite/testrun
# build artifacts from node.js project web/styles
node_modules
# goreleaser output
dist/
# secrets and config
ssb-go-room-secrets/
.env