mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
build: fix .dockerignore file (#800)
This commit is contained in:
parent
fc7e4ac75b
commit
220f7c81e9
|
@ -1,2 +1,11 @@
|
||||||
.env
|
.env
|
||||||
storage/privkeys/*
|
*.env.*
|
||||||
|
|
||||||
|
storage/privkeys/*
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log*
|
||||||
|
|
||||||
|
# jetbrains
|
||||||
|
.idea
|
24
web/.dockerignore
Normal file
24
web/.dockerignore
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log*
|
||||||
|
|
||||||
|
# node
|
||||||
|
node_modules
|
||||||
|
.husky
|
||||||
|
.next
|
||||||
|
|
||||||
|
# vscode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# webstorm
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
|
||||||
|
# Jetbrains
|
||||||
|
.idea
|
Loading…
Reference in New Issue
Block a user