diff --git a/.gitignore b/.gitignore index 0cecb3e..821c4ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - ### Ruby ### *.gem *.rbc @@ -31,6 +30,7 @@ build-iPhoneSimulator/ # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# # vendor/Pods/ ## Documentation cache and generated files: @@ -47,8 +47,8 @@ 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 -# .ruby-version -# .ruby-gemset +.ruby-version +.ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc @@ -56,3 +56,8 @@ build-iPhoneSimulator/ # Used by RuboCop. Remote config files pulled in from inherit_from directive. # .rubocop-https?--* + +### direnv ### +.direnv +.envrc +