Initial import: renamed to DevDrive

This commit is contained in:
2026-01-05 07:16:16 +11:00
commit 9bf318e41e
10 changed files with 1873 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# .NET / Visual Studio build outputs
.vs/
[Bb]in/
[Oo]bj/
# VS Code workspace settings
.vscode/
# NuGet packages and artifacts
*.nupkg
packages/
# Test results and coverage
TestResult*/
*.TestResult.xml
coverage/
*.coverage
*.coveragexml
# User-specific and IDE files
*.user
*.suo
*.userprefs
.idea/
*.sln.iml
_ReSharper*/
*.[Rr]e[Ss]harper
# Logs and caches
*.log
*.svclog
*.pidb
*.psess
*.vsp
*.vspx
# Debug symbols
*.pdb
# OS-specific clutter
Thumbs.db
ehthumbs.db
Desktop.ini
.DS_Store
# Publish outputs
publish/
**/PublishOutput/