Sha256: 54d822a1e815f5af426da99ed111b632318867592f6cada506744945ef3c19b9

Contents?: true

Size: 992 Bytes

Versions: 7

Compression:

Stored size: 992 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

.generators
.rspec-failures
.rspec_status

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

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

*.gem

# Ignore uploaded files in development
/storage/*
!/storage/.keep

/node_modules
/yarn-error.log

.byebug_history

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

stekker-erd.pdf

/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity

config/initializers/better_errors.rb
coverage

/config/credentials/production.key
/config/credentials/staging.key

/app/assets/builds/*
!/app/assets/builds/.keep

.projections.json

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stekker_zaptec-1.2.2 .gitignore
stekker_zaptec-1.2.1 .gitignore
stekker_zaptec-1.2.0 .gitignore
stekker_zaptec-1.1.1 .gitignore
stekker_zaptec-1.1.0 .gitignore
stekker_zaptec-1.0.1 .gitignore
stekker_zaptec-1.0.0 .gitignore