Sha256: 838fa72a62d1beb9335aa5f99c4ece6160fa67f2e9ee8b19d68072506cfcf6e6

Contents?: true

Size: 1.03 KB

Versions: 23

Compression:

Stored size: 1.03 KB

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

<% if sqlite3? -%>
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

<% end -%>
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
<% if keeps? -%>
!/log/.keep
!/tmp/.keep
<% end -%>
*.orig
.DS_Store

<% unless skip_active_storage? -%>
# Ignore uploaded files in development
/storage/*
<% if keeps? -%>
!/storage/.keep
<% end -%>
<% end -%>

<% unless options.skip_yarn? -%>
/node_modules
yarn-debug.log*
yarn-error.log*
.yarn-integrity

<% end -%>
<% unless options.api? -%>
/public/assets
<% end -%>
.byebug_history

<% unless options[:skip_rspec] -%>
/coverage/
/spec/tmp
<% end -%>

# Dotenv
.env
.env*
!.env.example

# CarrierWave
/public/uploads

# Environment
/.bundle
/vendor/bundle

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bankai-0.13.1 templates/gitignore.erb
bankai-0.13.0 templates/gitignore.erb
bankai-0.12.1 templates/gitignore.erb
bankai-0.12.0 templates/gitignore.erb
bankai-0.11.0 templates/gitignore.erb
bankai-0.10.0 templates/gitignore.erb
bankai-0.9.1 templates/gitignore.erb
bankai-0.9.0 templates/gitignore.erb
bankai-0.8.1 templates/gitignore.erb
bankai-0.8.0 templates/gitignore.erb
bankai-0.7.0 templates/gitignore.erb
bankai-0.6.0 templates/gitignore.erb
bankai-0.5.1 templates/gitignore.erb
bankai-0.5.0 templates/gitignore.erb
bankai-0.4.1 templates/gitignore.erb
bankai-0.4.0 templates/gitignore.erb
bankai-0.3.1 templates/gitignore.erb
bankai-0.3.0 templates/gitignore.erb
bankai-0.2.3 templates/gitignore.erb
bankai-0.2.2 templates/gitignore.erb