Skip to content

Commit

Permalink
update[gitignore]: add .vscode/ and target/ to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy Ciara Herud-Thomassen authored and Lucy Ciara Herud-Thomassen committed Feb 26, 2026
1 parent d3dd369 commit 8f1ffa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.war
*.ear
*.nar
target/

##############################
## Maven
Expand Down Expand Up @@ -37,3 +38,8 @@ out/
##############################
*.db
*.DS_Store

##############################
## VSCode
##############################
.vscode/

0 comments on commit 8f1ffa6

Please sign in to comment.