Files
hamkadr/.gitignore
T
soroush.asadi 91c953ff5d
CI/CD / CI · dotnet build (push) Successful in 40s
CI/CD / Deploy · hamkadr (push) Successful in 1m0s
[chore] Stop tracking dev run logs (gitignore run.log/run.err)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 15:42:47 +03:30

24 lines
190 B
Plaintext

## .NET
bin/
obj/
*.user
[Dd]ebug/
[Rr]elease/
artifacts/
## Rider / VS
.idea/
.vs/
## App
appsettings.*.local.json
.env
## OS
Thumbs.db
.DS_Store
# local dev run logs
/run.log
/run.err