Sha256: 3153636a2957dfe71d2c8764f1b3c87a0249e86d5233c785463c597db0139c21

Contents?: true

Size: 740 Bytes

Versions: 7

Compression:

Stored size: 740 Bytes

Contents

# gitignore tips and tricks from https://github.com/github/gitignore

# Ignore bundler config
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

# https://github.com/github/gitignore/blob/master/Ruby.gitignore
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp

# YARD artifacts
.yardoc
_yardoc
doc/


.DS_Store
.AppleDouble
.LSOverride
Icon

# https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# https://github.com/github/gitignore/blob/master/Global/TextMate.gitignore
*.tmproj
*.tmproject
tmtags

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blekko-search-0.0.7 .gitignore
blekko-search-0.0.6 .gitignore
blekko-search-0.0.5 .gitignore
blekko-search-0.0.4 .gitignore
blekko-search-0.0.3 .gitignore
blekko-search-0.0.2 .gitignore
blekko-search-0.0.1 .gitignore