Sha256: bb7bf0d2fa26a2002b17d0adafec5cbaf245623bffced32a640e64dffe2c8603

Contents?: true

Size: 575 Bytes

Versions: 2

Compression:

Stored size: 575 Bytes

Contents

# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the build directory
/build

# Ignore cache
/.sass-cache
/.cache

# Ignore .DS_store file
.DS_Store

# Only for cloning, 
# will be substituted
source/*

!templates/source/*

# no tmp files
tmp/

coverage/
pkg/

doc/yard/
.yardoc

Gemfile.local

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
password_changer-0.0.4 .gitignore
password_changer-0.0.3 .gitignore