122aa2d4e3
- Export-SettingsReport.py: add Platform column for Settings Catalog (platforms field) and legacy policies (platform/platformType or @odata.type inference) - MSGraph.psm1: store GraphMetaData.xml in cross-platform data folder (Get-CloudApiDataFolder) instead of literal %LOCALAPPDATA% path - MSALAuthentication.psm1: skip TokenCacheHelperEx on non-Windows with an info log instead of failing on missing ProtectedData.dll - .gitignore: remove literal %LOCALAPPDATA% patterns - AGENTS.md, CHANGELOG: document reporting and cross-platform fixes
37 lines
494 B
Plaintext
37 lines
494 B
Plaintext
# Editor / OS
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# PowerShell / logs
|
|
/*.Log
|
|
/*.Lo_
|
|
IntuneManagement.log
|
|
|
|
# Local exports, backups and generated reports
|
|
/*.csv
|
|
/*.zip
|
|
/*.new
|
|
/*.old
|
|
/Extensions/*.zip
|
|
Exporting */
|
|
*.backup/
|
|
*.backup
|
|
|
|
# Graph metadata cache (now stored in the platform-specific data folder)
|
|
GraphMetaData.xml
|
|
CloudAPIPowerShellManagement/
|
|
|
|
# Local application settings (contains secrets on non-macOS platforms)
|
|
Settings.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv-pdf/
|
|
.venv/
|