fix: only keep war not the all target directory

This commit is contained in:
2025-12-03 17:21:36 +01:00
parent 50ad334177
commit 376242fb9a
60 changed files with 5 additions and 703 deletions

5
.gitignore vendored
View File

@@ -31,4 +31,9 @@ build/
### VS Code ###
.vscode/
### Cause of password leaks ###
src/main/resources/application.properties
### only the WAR to deploy on VMs ###
!target/FotoSharing*.war
target/*