Compare commits

...

2 Commits

Author SHA1 Message Date
d801f96fb9 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
2026-03-07 17:13:36 +02:00
88dc41052b Not ignoring bin folder 2026-03-07 17:13:12 +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/**