Merge pull request 'Not ignoring bin folder' (#24) from test into main
Some checks failed
continuous-integration/drone Build is failing

Reviewed-on: $scheme://$host/MngomaLab/webapitest/pulls/24
This commit was merged in pull request #24.
This commit is contained in:
2026-03-07 17:13:36 +02:00

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/**