Sha256: d2fb44f8b698af197cced0a0959715fe0edf3be02dce0161160c158aeb8d54b6

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

# version control
.svn
.hg
.bzr

# editors
\#*
.#*
\.#*
*~
*.tmproj
*._flymake.*
*.project

# os x
.DS_Store
Icon?

# backup
.bak

# tools
TAGS*
nohop.out
a.out
*.pyc
*.so
*.stackdump
.yardoc

# commonly ignored files
/**/*DO_NOT_VERSION*
/**/log/*
/**/tmp/*
/doc/*
/pkg/*

# bundler -- do NOT add Gemfile.lock to this list
.bundle
bundle/*

# configuration files that are dropped in outside of git
config/development.yml
config/deploy.yml

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wukong-deploy-0.2.0 templates/gitignore