Skip to content

Commit

Permalink
Add larger gitignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 22, 2018
1 parent b6388cf commit f083ed5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
.autotest
coverage
.DS_Store
pkg
*/tags
*~

# you should check in your Gemfile.lock in applications, and not in gems
Gemfile.lock
Gemfile.local

# Do not check in the .bundle directory, or any of the files inside it. Those files are specific to each particular machine, and are used to persist installation options between runs of the bundle install command.
.bundle

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/

# RVM and RBENV ruby version files
.rbenv-version
.rvmrc

# Documentation
_site/*
.yardoc/
doc/

0 comments on commit f083ed5

Please sign in to comment.