Initial commit: ASP.NET Web Forms intranet project

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 11:54:38 +01:00
commit 57fc26d4eb
295 changed files with 73060 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# SVN - keep SVN working copy metadata out of git
.svn/
# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# Build output
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# NuGet
packages/
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
artifacts/
!**/[Pp]ackages/build/
# Publish profiles output
PublishOutput/
publish/
# ASP.NET
App_Data/
*.pubxml.user
# Rider
.idea/
# Windows
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# Temp files
*.tmp
*.temp
*.bak
*.cache
~$*