2016-07-26 11:59:23 -05: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
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*
|
|
|
|
/tmp/*
|
|
|
|
!/log/.keep
|
|
|
|
!/tmp/.keep
|
2016-08-12 00:24:15 -05:00
|
|
|
tmux*log
|
2016-07-26 11:59:23 -05:00
|
|
|
|
|
|
|
### Ruby ###
|
|
|
|
*.gem
|
|
|
|
*.rbc
|
|
|
|
/.config
|
|
|
|
/coverage/
|
|
|
|
/InstalledFiles
|
|
|
|
/pkg/
|
|
|
|
/spec/reports/
|
|
|
|
/spec/examples.txt
|
|
|
|
/test/tmp/
|
|
|
|
/test/version_tmp/
|
|
|
|
/tmp/
|
|
|
|
|
|
|
|
## Documentation cache and generated files:
|
|
|
|
/.yardoc/
|
|
|
|
/_yardoc/
|
|
|
|
/doc/
|
|
|
|
/rdoc/
|
|
|
|
|
|
|
|
## Environment normalisation:
|
|
|
|
/.bundle/
|
|
|
|
/vendor/bundle
|
|
|
|
/lib/bundler/man/
|
2016-08-15 08:31:39 -05:00
|
|
|
/vendor/assets/*
|
2016-07-28 12:53:35 -05:00
|
|
|
bower_components/
|
|
|
|
node_modules/
|
|
|
|
.DS_Store
|
2016-07-26 11:59:23 -05:00
|
|
|
|
2016-08-04 15:15:13 -05:00
|
|
|
## Public directory assets
|
|
|
|
public/assets
|
|
|
|
|
2016-07-26 11:59:23 -05:00
|
|
|
### Vim ###
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
*.un~
|
|
|
|
Session.vim
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
|
|
|
|
### Application Secrets ###
|
|
|
|
application.yml
|
|
|
|
|
|
|
|
# Ignore Byebug command history file.
|
|
|
|
.byebug_history
|
2016-08-01 20:44:39 -05:00
|
|
|
|
|
|
|
# Ignore application configuration
|
|
|
|
/config/application.yml
|
2016-08-12 00:24:15 -05:00
|
|
|
.container-setup
|
2016-09-23 14:46:04 -05:00
|
|
|
.deploy.conf
|