Sha256: 6e0e7be89421c969ce2f2a3009c4d75f2e921021facca9c76fbfce169d8ea618

Contents?: true

Size: 757 Bytes

Versions: 9

Compression:

Stored size: 757 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/*
!/tmp/.gitkeep

# built .gem file by `rake build`
/pkg
/Gemfile.production.lock

# generated by simplecov
/coverage

/.DS_Store

/Gemfile.plugins

/db/*-user.txt
/db/*-fluentd.json
/public/packs
/public/packs-test
/public/assets
/node_modules
yarn-debug.log*
.yarn-integrity
/.fluentd-ui/

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 .gitignore
fluentd-ui-1.2.0 .gitignore
fluentd-ui-1.1.0 .gitignore
fluentd-ui-1.0.1 .gitignore
fluentd-ui-1.0.0 .gitignore
fluentd-ui-1.0.0.beta.1 .gitignore
fluentd-ui-1.0.0.alpha.3 .gitignore
fluentd-ui-1.0.0.alpha.2 .gitignore
fluentd-ui-1.0.0.alpha.1 .gitignore