Explorar el Código

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

tags/0.2.2
John Wang hace 2 años
padre
commit
a8155cba7e
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore Ver fichero

@@ -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/*

Cargando…
Cancelar
Guardar