chexpire/.gitignore

53 lines
1001 B
Plaintext
Raw Permalink Normal View History

2018-05-23 10:32:04 +02:00
# 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
# Ruby version
.ruby-version
2018-05-23 10:32:04 +02:00
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore uploaded files in development
/storage/*
/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/config/secrets.yml
/config/database.yml
/config/chexpire.yml
2018-05-23 11:55:13 +02:00
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity
2018-05-24 11:43:34 +02:00
/config/deploy/config.yml
2018-06-02 15:44:34 +02:00
# SimpleCov coverage output
/coverage
# OS file
.DS_Store
2019-03-03 23:42:17 +01:00
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2022-02-13 19:06:30 +01:00
# local version of check_http
/bin/check_http