Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
  • Loading branch information
Florian-Schoenherr committed Feb 18, 2021
1 parent 919c429 commit 2eabd73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ target/
*.log
build/
.metadata/
.factorypath

# Intellij
.idea/
Expand All @@ -20,5 +21,8 @@ out/
*.jtl
**/.~lock.*

#Maven
dependency-reduced-pom.xml
# Maven
dependency-reduced-pom.xml

# vscode
.vscode

0 comments on commit 2eabd73

Please sign in to comment.