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 $sourcePath = Get-Location
$destination = Join-Path -Path $sourcePath -ChildPath "fpsms.zip" $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 $files = Get-ChildItem -Path $sourcePath -Exclude $exclude




正在加载...
取消
保存