Sha256: 8327c62cc283e619dad680942910fb0e58b9f65e5102aa29267b734b730c083d

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 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 default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
*.swp
*.swo
*.csv
*.tsv
/config/database.yml
.rvmrc
.rvmrc.*
*.god
/public/*
/config/application.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootup-0.0.4.1 lib/generators/bootup/templates/.gitignore
bootup-0.0.4 lib/generators/bootup/templates/.gitignore
bootup-0.0.3 lib/generators/bootup/templates/.gitignore