Skip to content

Commit 883f451

Browse files
committed
chore: add docker start scripts
1 parent 433b7f8 commit 883f451

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ test
1212
docker-compose.yml
1313
Dockerfile
1414
*.env
15-
*.md
15+
*.md
16+
.nostr

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
.test-reports
44
.coverage
5+
.nostr

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ dist
3333

3434
# Env files
3535
*.env
36+
37+
# Nostr data folder
38+
.nostr

0 commit comments

Comments
 (0)