Initial template setup
CI / build (push) Failing after 34s

This commit is contained in:
2026-05-09 16:41:15 +02:00
commit 4a2e840888
20 changed files with 561 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Build output
bin/
obj/
out/
*.user
*.suo
*.userosscache
*.sln.docstates
# Visual Studio
.vs/
*.dotsettings.user
# Rider
.idea/
# Test artifacts
[Tt]estResults/
*.coverage
*.coveragexml
# Dalamud packaging
*.pdb
latest.zip
# Local secrets
*.local.json
appsettings.local.json
.env
.env.local
# OS
.DS_Store
Thumbs.db