Préparation du projet pour Gitea

This commit is contained in:
2025-07-25 10:19:24 +02:00
parent bf926d1fd1
commit 5b96513515
20 changed files with 441 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@@ -0,0 +1,66 @@
## Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
## Build
bin/
obj/
[Bb]uild/
[Bb]uild[Ll]og.*
## NuGet
*.nupkg
*.snupkg
.nuget/
packages/
project.lock.json
project.fragment.lock.json
## Dotnet CLI
project.assets.json
*.runtimeconfig.dev.json
## ASP.NET
wwwroot/node_modules/
wwwroot/lib/
appsettings.*.json
## Secrets
secrets.json
*.env
.env.*
## Docker
Dockerfile.*
docker-compose.*
docker-compose.override.*
.dockerignore
## Logs
*.log
logs/
log/
*.tlog
## Others
*.dbmdl
*.bak
*.mdf
*.ldf
*.sqlite
*.sqlite3
*.db
*.sql
## Rider
.idea/
*.sln.iml
## Mac/Linux/Windows
.DS_Store
Thumbs.db
ehthumbs.db
desktop.ini