fix: only keep war not the all target directory
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/*
|
||||
Reference in New Issue
Block a user