Skip to content

Commit

Permalink
Update .gitignore file
Browse files Browse the repository at this point in the history
Added "/target/" directory to the .gitignore file to prevent its whole content from being tracked by git. This change simplifies version control for build artifacts and other generated files.
  • Loading branch information
SmartGecko44 committed Dec 2, 2023
1 parent f4ad4af commit cd14ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ $RECYCLE.BIN/
*.lnk

target/
/target/

pom.xml.tag
pom.xml.releaseBackup
Expand Down

0 comments on commit cd14ee5

Please sign in to comment.