texpert/florsan

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# 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/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore uploaded files in development
/storage/*

/node_modules
/yarn-error.log

/public/assets
.byebug_history

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

public/documents/*
public/invoices/*
public/uploads/*
public/dev-assets/*
public/assets

.sass-cache/
.idea/
*~
public/system/*
.DS_Store

# Ignore application configuration
/config/application.yml
# /config/database.yml
.env

# Ignore encrypted secrets key file.
config/secrets.yml.key
sftp-config.json

# Elastic Beanstalk Files
# .elasticbeanstalk/*
# !.elasticbeanstalk/*.cfg.yml
# !.elasticbeanstalk/*.global.yml

# Ignore localhost saved request for RubyMine REST Client
doc/localhost*.xml
.vscode

/config/credentials/*.key

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

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions