Skip to content

Commit 7e162a9

Browse files
jwilgerjferris
andauthored
Devcontainer Setup (#39)
Signed-off-by: John Wilger <john@johnwilger.com> Co-authored-by: Joe Ferris <jferris@thoughtbot.com>
1 parent 920344e commit 7e162a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ Cargo.lock
2222
.cargo
2323
.bacon-locations
2424
.pg_data
25+
.direnv
2526

2627
.direnv

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main"
4+
]
5+
}

0 commit comments

Comments
 (0)