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



読み込み中…
キャンセル
保存