## Description Swap from GraphAPI-based data cleanup (which doesn't allow us to access hidden folders like Audit retention or delete-restoration) to powershell script-based cleanup (which allows us to make SOAP requests against legacy exchange apis). ## Type of change - [x] 🐛 Bugfix - [x] 🤖 Test ## Issue(s) * #1266 ## Test Plan - [x] 💪 Manual - [x] 💚 E2E
28 lines
359 B
Plaintext
28 lines
359 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.DS_Store
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode
|
|
*.swp
|
|
|
|
# Standard configuration file names
|
|
.corso_test.toml
|
|
.corso.toml
|
|
|
|
# Build directories
|
|
/bin
|
|
/docker/bin
|
|
/website/dist
|
|
|
|
*/test_results/** |