Sha256: 7ac246ccedce737f52fabaedc868d9fdb1e907d887cc0a037a689a7e47908489

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

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

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

/config/database.yml

/public/assets

/.env
/coverage
/pkg

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smalruby-editor-0.0.5 .gitignore
smalruby-editor-0.0.4 .gitignore
smalruby-editor-0.0.3 .gitignore
smalruby-editor-0.0.2 .gitignore
smalruby-editor-0.0.1 .gitignore