Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Sep 27, 2023
1 parent 1244da4 commit 22b7217
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
*~

*.gem
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/

.byebug_history

/.yardoc/
/_yardoc/
/rdoc/

/.bundle/
/vendor/bundle
/lib/bundler/man/

Gemfile.lock
.ruby-version
.ruby-gemset

.rvmrc

# References:
# * https://www.gitignore.io/api/ruby
# * https://github.com/github/gitignore/blob/main/Ruby.gitignore

0 comments on commit 22b7217

Please sign in to comment.