mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 15:10:13 -05:00
chore: update dockerignore (#30460)
This commit is contained in:
@@ -7,8 +7,12 @@ logs
|
|||||||
|
|
||||||
# node
|
# node
|
||||||
node_modules
|
node_modules
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
coverage
|
||||||
.husky
|
.husky
|
||||||
.next
|
.next
|
||||||
|
.pnpm-store
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode
|
.vscode
|
||||||
@@ -22,3 +26,7 @@ node_modules
|
|||||||
|
|
||||||
# Jetbrains
|
# Jetbrains
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# git
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
Reference in New Issue
Block a user