35 lines
493 B
Plaintext
35 lines
493 B
Plaintext
## Build artifacts
|
|
bin/
|
|
obj/
|
|
Artifacts/
|
|
Releases/
|
|
|
|
## Module bin output is generated by build.ps1, but tracked so the module is consumable from source
|
|
!Module/PSInfisicalAPI/bin/
|
|
!Module/PSInfisicalAPI/bin/**
|
|
|
|
## VS / Rider / VSCode
|
|
.vs/
|
|
.idea/
|
|
.vscode/
|
|
|
|
## NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
project.lock.json
|
|
project.assets.json
|
|
**/packages/*
|
|
!**/packages/build/
|
|
|
|
## OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
## Test result outputs
|
|
TestResults/
|
|
*.trx
|
|
*.coverage
|
|
|
|
## Local helper scripts (not part of the module)
|
|
scripts/
|