mirror of
https://github.com/actions/runner.git
synced 2025-12-15 22:47:01 +00:00
28 lines
282 B
Plaintext
28 lines
282 B
Plaintext
# build output
|
|
**/bin
|
|
**/obj
|
|
**/libs
|
|
|
|
# editors
|
|
**/*.xproj
|
|
**/*.xproj.user
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.error
|
|
**/*.json.pretty
|
|
|
|
# output
|
|
node_modules
|
|
_downloads
|
|
_layout
|
|
_package
|
|
_dotnetsdk
|
|
TestResults
|
|
TestLogs
|
|
.DS_Store
|
|
**/*.DotSettings.user
|
|
|
|
#generated
|
|
src/Runner.Sdk/BuildConstants.cs
|
|
|