Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fixed .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Etschel <[email protected]>
  • Loading branch information
etschelp committed Dec 21, 2020
1 parent 68118a4 commit 4cadfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ formatter-maven-cache.properties

# Build
**/target/**
/docker-compose-backend.yml

# Ignore dynamically added frontend files
backend/company-agent/src/main/resources/public/**
backend/*/src/main/resources/public/**

# --------------------------------------
# Frontend
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 4cadfae

Please sign in to comment.