Skip to content

Commit

Permalink
Merge pull request #39 from nokia/add-Intelij-folders-to-gitignore
Browse files Browse the repository at this point in the history
Fix: Adding additional items to .gitignore
  • Loading branch information
misiektoja authored Aug 5, 2024
2 parents a219980 + 52ce758 commit 71eb8f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# builds directory
builds/
bin/

# Intelij setting
.idea/
Expand All @@ -21,4 +22,12 @@ builds/
vendor/

# Go workspace file
go.work
go.work


#Intelij setting folder
.idea/

#test reports and coverage
report.json
coverage.out

0 comments on commit 71eb8f4

Please sign in to comment.