mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 05:11:43 +01:00
* fix: save event from mirrors * docs: add config for mirroring event limits * chore: add skip admission check (thanks YEGHRO) * 2.0.1 * chore: bump some deps
41 lines
412 B
Plaintext
41 lines
412 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Linter
|
|
.lint-reports/
|
|
|
|
# Coverage
|
|
.nyc_output
|
|
.test-reports
|
|
.coverage
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Caches
|
|
.eslintcache
|
|
.dccache
|
|
.DS_Store
|
|
|
|
# generate output
|
|
dist
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
|
|
# Env files
|
|
*.env
|
|
|
|
# Nostr data folder
|
|
.nostr
|
|
|
|
# Docker Compose overrides
|
|
docker-compose.overrides.yml |