All checks were successful
Dotnet build and test / build (push) Successful in 5m5s
45 lines
850 B
Text
45 lines
850 B
Text
# Exclure uniquement les dossiers de sortie de compilation
|
|
bin/
|
|
obj/
|
|
src/*/bin/
|
|
src/*/obj/
|
|
test/*/bin/
|
|
test/*/obj/
|
|
|
|
# Toolchain front (Node / esbuild)
|
|
node_modules/
|
|
build/
|
|
package-lock.json
|
|
|
|
# Exclure les caches lourds
|
|
.git/
|
|
.vs/
|
|
|
|
.env
|
|
|
|
.*.env
|
|
|
|
*.csproj.lscache
|
|
data/
|
|
appsettings.*.json
|
|
appsettings-*.*.json
|
|
|
|
# Exception: the Testing-environment override for Yavsc.Org is a tracked
|
|
# configuration source, not a secrets file. TestWebApplicationFactory
|
|
# (Yavsc.Org.Tests) flips ASPNETCORE_ENVIRONMENT to "Testing" so
|
|
# AddConfiguration("org") in Program.Main loads this file as the
|
|
# last in the chain (it is optional). It overrides the connection
|
|
# string and SMTP section for the in-memory test host and contains
|
|
# no production secrets.
|
|
!src/Yavsc.Org/appsettings-org.Testing.json
|
|
|
|
generated/
|
|
*.tmp
|
|
tmp/
|
|
DataDir/
|
|
|
|
*.tests.trx
|
|
*.tests.html
|
|
|
|
*.log
|
|
|