-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c8c0c9
commit a759622
Showing
12 changed files
with
535 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,33 @@ | ||
*.gem | ||
*.rbc | ||
/.config | ||
/coverage/ | ||
/InstalledFiles | ||
/pkg/ | ||
/spec/reports/ | ||
/spec/examples.txt | ||
/test/tmp/ | ||
/test/version_tmp/ | ||
/tmp/ | ||
|
||
# Used by dotenv library to load environment variables. | ||
# .env | ||
|
||
# Ignore Byebug command history file. | ||
.byebug_history | ||
|
||
## Specific to RubyMotion: | ||
.dat* | ||
.repl_history | ||
build/ | ||
*.bridgesupport | ||
build-iPhoneOS/ | ||
build-iPhoneSimulator/ | ||
|
||
## Specific to RubyMotion (use of CocoaPods): | ||
# | ||
# 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: | ||
/.yardoc/ | ||
/_yardoc/ | ||
/doc/ | ||
/rdoc/ | ||
|
||
## Environment normalization: | ||
/.bundle/ | ||
/vendor/bundle | ||
/lib/bundler/man/ | ||
|
||
# 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 | ||
|
||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: | ||
.rvmrc | ||
|
||
# Used by RuboCop. Remote config files pulled in from inherit_from directive. | ||
# .rubocop-https?--* | ||
|
||
node_modules | ||
dist | ||
*.log | ||
.idea | ||
/node_modules | ||
/.env | ||
/.envrc | ||
/tmp | ||
/pkg | ||
/dependabot-*.gem | ||
!bundler/spec/fixtures/projects/**/Gemfile.lock | ||
Gemfile.lock | ||
!updater/spec/fixtures/**/Gemfile.lock | ||
!updater/Gemfile.lock | ||
vendor | ||
!bundler/spec/fixtures/vendored_gems/vendor | ||
!common/spec/fixtures/projects/**/*/vendor | ||
!go_modules/spec/fixtures/projects/**/* | ||
.DS_Store | ||
|
||
# local caching | ||
script/tmp | ||
*git.store | ||
*.pyc | ||
*git.store | ||
/.vscode/ | ||
/.vscode-server/ | ||
/.vscode-server-insiders/ | ||
**/helpers/install-dir | ||
/npm_and_yarn/helpers/node_modules | ||
/npm_and_yarn/helpers/.node-version | ||
/dry-run | ||
**/bin/helper | ||
/.core-bash_history | ||
coverage/ | ||
.ruby-gemset | ||
.tool-versions | ||
.rspec_status | ||
.rdbg_history | ||
.idea |
Oops, something went wrong.