Browse Source

feat: exclude full storage folder instead of only priv folder in storage (#28)

tags/0.2.2
John Wang 2 years ago
parent
commit
a8155cba7e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore View File

@@ -139,7 +139,7 @@ dmypy.json
api/.env
api/storage/*

docker/volumes/app/storage/privkeys/*
docker/volumes/app/storage/*
docker/volumes/db/data/*
docker/volumes/redis/data/*
docker/volumes/weaviate/*

Loading…
Cancel
Save