Skip to content

Commit

Permalink
Fixed .gitignore to support for dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jul 30, 2022
1 parent fe58eb5 commit c43e4d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ project/plugins/project/
.settings
*~
.cache

# bloop and metals
.bloop
.bsp
project/metals.sbt
.metals

# vs code
.vscode

0 comments on commit c43e4d5

Please sign in to comment.