CANCERYS\kw093 2 週之前
父節點
當前提交
85a407a721
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      zip_project.ps1

+ 1
- 1
zip_project.ps1 查看文件

@@ -1,7 +1,7 @@
$sourcePath = Get-Location
$destination = Join-Path -Path $sourcePath -ChildPath "fpsms.zip"

$exclude = @(".git", ".next", ".vscode", "node_modules", ".gitignore", "zip_project.ps1", "fpsms.zip")
$exclude = @(".git", ".next", ".vscode", "node_modules", ".gitignore", "zip_project.ps1", "fpsms.zip", ".env.development")

$files = Get-ChildItem -Path $sourcePath -Exclude $exclude



Loading…
取消
儲存