rails setup

This commit is contained in:
2016-08-27 16:32:04 -05:00
parent ceb14fc74b
commit 8ff9ca02f8
15 changed files with 519 additions and 66 deletions

47
.gitignore vendored
View File

@ -12,6 +12,53 @@
/tmp/*
!/log/.keep
!/tmp/.keep
tmux*log
### 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/
/vendor/assets/*
bower_components/
node_modules/
.DS_Store
## Public directory assets
public/assets
### 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
# Ignore application configuration
/config/application.yml
.container-setup