* remove commited .env files; exclude in gitignore * bsky: distinct postgresql database in dev mode * github CI: build and upload 'bsky' container to GHCR This isn't how we deploy, but is useful for public access and things like integration tests. * Makefile: run-dev-appview
18 lines
191 B
Plaintext
18 lines
191 B
Plaintext
node_modules
|
|
lerna-debug.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
packages/*/dist
|
|
.idea
|
|
packages/*/coverage
|
|
.vscode/
|
|
test.sqlite
|
|
.DS_Store
|
|
*.log
|
|
tsconfig.build.tsbuildinfo
|
|
.*.env
|
|
.env
|
|
\#*\#
|
|
*~
|
|
*.swp
|