Skip to content

Commit

Permalink
chore: Add smtp.properties to gitignore (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunny97h committed Jan 13, 2025
1 parent 7bbdee6 commit 435c10b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ out/
.vscode/

### logs directory ###
logs/
logs/

# SMTP
/src/main/resources/smtp.properties

0 comments on commit 435c10b

Please sign in to comment.