mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:55:52 +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…
x
Reference in New Issue
Block a user