Skip to content

Commit

Permalink
Add rust .stignore on "okteto init"
Browse files Browse the repository at this point in the history
  • Loading branch information
pchico83 committed May 20, 2021
1 parent f79c3d3 commit 92b1899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/linguist/syncthing.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ obj/Release
core.*.*.*
`)

stignore[Rust] = []byte(`.git
`)

}

// GetSTIgnore returns a .stignore file for the specified language
Expand Down

0 comments on commit 92b1899

Please sign in to comment.