Update .gitignore

This commit is contained in:
Gabriel Arazas 2023-07-07 12:11:42 +08:00
parent f73730468b
commit 5e583bf731
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

11
.gitignore vendored
View File

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