diff --git a/.dockerignore b/.dockerignore index 8275fc5..41cd836 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,4 +12,5 @@ test docker-compose.yml Dockerfile *.env -*.md \ No newline at end of file +*.md +.nostr \ No newline at end of file diff --git a/.eslintignore b/.eslintignore index f6d18c9..774f030 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ node_modules dist .test-reports .coverage +.nostr \ No newline at end of file diff --git a/.gitignore b/.gitignore index d2f257c..e18b6ad 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ dist # Env files *.env + +# Nostr data folder +.nostr \ No newline at end of file