ftp-manager/.gitignore

65 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-08-27 15:52:19 -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-27 16:32:04 -05:00
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
2016-08-27 15:52:19 -05:00
# Ignore Byebug command history file.
.byebug_history
2016-08-27 16:32:04 -05:00
# Ignore application configuration
/config/application.yml
.container-setup