From e8a55faee57102d85990be5c99556de8fc57796c Mon Sep 17 00:00:00 2001 From: theKnightsOfRohan Date: Mon, 6 Nov 2023 17:00:59 -0800 Subject: [PATCH] Add IDE development files to .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c42c41..2ef0307 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ /test/version_tmp/ /tmp/ +# IDE development files +/.idea +/.vscode + # Used by dotenv library to load environment variables. # .env @@ -45,7 +49,7 @@ build-iPhoneSimulator/ # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock +Gemfile.lock # .ruby-version # .ruby-gemset @@ -62,4 +66,3 @@ _site/ # Ignore folders generated by Bundler .bundle/ vendor/ -Gemfile.lock