mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 03:47:54 +01:00
buid: add .venv to .dockerignore (#7146)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
*.pyc
|
||||
.env
|
||||
venv
|
||||
.venv
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
npm-debug.log
|
||||
@@ -14,4 +15,4 @@ build/
|
||||
out/
|
||||
**/out/
|
||||
dist/
|
||||
**/dist/
|
||||
**/dist/
|
||||
|
||||
Reference in New Issue
Block a user