This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
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
0eca93ebd1
commit
a8155cba7e
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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/*
Write
Preview
Loading…
Cancel
Save