Not ignoring bin folder

This commit is contained in:
2026-03-07 17:13:12 +02:00
parent 5a91bbc22b
commit 88dc41052b

View File

@@ -12,7 +12,6 @@
**/*.dbmdl **/*.dbmdl
**/*.jfm **/*.jfm
**/azds.yaml **/azds.yaml
**/bin
**/charts **/charts
**/docker-compose* **/docker-compose*
**/Dockerfile* **/Dockerfile*
@@ -28,4 +27,4 @@ README.md
!.git/config !.git/config
!.git/packed-refs !.git/packed-refs
!.git/refs/heads/** !.git/refs/heads/**
!**/bin/Release/net8.0/publish/**