Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$p='C:\Users\ash\ShopeeOperationsPhoneBridgeV8'; Write-Output '---FILES---'; Get-ChildItem -LiteralPath $p -File -Recurse | ForEach-Object { $_.FullName.Substring($p.Length+1) }; Write-Output '---CLASP---'; if(Test-Path (Join-Path $p '.clasp.json')){Get-Content (Join-Path $p '.clasp.json') -Raw}; Write-Output '---IGNORE---'; if(Test-Path (Join-Path $p '.claspignore')){Get-Content (Join-Path $p '.claspignore') -Raw}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
---FILES---
.clasp.json
appsscript.json
appsscript.pre-v84-1788604501.json
Code.gs
Code.pre-v83-1788603893.gs
---CLASP---
{
"scriptId": "1FCb0AHMJSXgY3jfE46LTsqP2alki_aSP4NHheCJsYY6qFAqxKCZn39z1",
"rootDir": "",
"scriptExtensions": [
".js",
".gs"
],
"htmlExtensions": [
".html"
],
"jsonExtensions": [
".json"
],
"filePushOrder": [],
"skipSubdirectories": false
}
---IGNORE---