Sha256: aea016971bc9eb520ca669ada7cbb337f6ba5515b8ab0ba3c2aa4ef38d168d7e

Contents?: true

Size: 763 Bytes

Versions: 6

Compression:

Stored size: 763 Bytes

Contents

# See https://help.github.com/articles/ignoring-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 all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/config/initializers/souls.rb
/elsoul.key
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
/infra/config/*
.env
.envrc
.irb_history
/public/assets
.byebug_history
.DS_Store
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/keyfile.json
/config/initializers/souls.rb
dump.rdb
/imgs/

Version data entries

6 entries across 4 versions & 1 rubygems

Version Path
souls-0.24.2 apps/api/.gitignore
souls-0.24.2 apps/worker/.gitignore
souls-0.24.1 apps/api/.gitignore
souls-0.24.1 apps/worker/.gitignore
souls-0.22.8 hoy/.gitignore
souls-0.22.7 hoy/.gitignore