Skip to content

Commit

Permalink
ignore .mvn and .env*
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Oct 21, 2023
1 parent fff4471 commit d1a9aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
logs
target
.gradle
gradle
.mvn
.idea

.git
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ target/
*.iws
*.iml
*.ipr
*.env*

### NetBeans ###
/nbproject/private/
Expand Down

0 comments on commit d1a9aaa

Please sign in to comment.