Sha256: 029c131f8fca7cecddc0794366f6c113481b659ad5a495b617e37394a788826d

Contents?: true

Size: 856 Bytes

Versions: 3

Compression:

Stored size: 856 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
/db/*.sqlite3-journal

# Ignore  log
/log/*.log

/tmp
!.keep
*.swp
bin/stubs
public/system
vendor/bundler_gems

# Ignore secret keys
.environments
.environments/*

# Ignore ide and text editor
.idea
.idea/
.idea/**/*
/dump.rdb

# Ignore pow files
.powrc

# Ignore mac files
.DS_Store

# Ignore config files
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
.secret

# Ignore master key for decrypting credentials and more.
config/master.key

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/cybele_gitignore
cybele-2.3.1 templates/cybele_gitignore
cybele-2.2.0 templates/cybele_gitignore