Skip to content

Commit

Permalink
Merge pull request #96 from Kuadrant/ignoring-idea
Browse files Browse the repository at this point in the history
Ignoring .idea
  • Loading branch information
didierofrivia authored Oct 3, 2024
2 parents 07de6ee + 0954f03 commit 08d6137
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

/src/envoy/*
!/src/envoy/mod.rs
.vscode/*

/bin

## IDEs
.vscode/*
.idea

0 comments on commit 08d6137

Please sign in to comment.