From 58decd70c997b76dc75f7961229108df4f520f76 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Wed, 1 Jun 2022 12:39:02 -0600 Subject: [PATCH] - Ignore cassettes in .gitignore (#5) - Account for "main" branch in GitHub Actions --- .github/workflows/ci.yml | 2 +- .gitignore | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e7dd1..81c569c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: ~ jobs: diff --git a/.gitignore b/.gitignore index c836fce..f08d7e5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,10 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /target/ + + +# VS Code +.vscode/ + +# Cassettes +cassettes/