farmbot_os/.gitignore

45 lines
764 B
Plaintext
Raw Normal View History

2014-05-07 14:25:51 -06: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 the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
2014-02-13 14:04:39 -07:00
*.gem
*.rbc
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/.yardoc/
/_yardoc/
/doc/
/rdoc/
/.bundle/
/lib/bundler/man/
Gemfile.lock
.ruby-version
.ruby-gemset
snippets.rb
snippet.coffee
2014-06-09 07:32:40 -06:00
# Ignore user files
2014-02-13 14:04:39 -07:00
config.yml
2014-06-09 07:32:40 -06:00
credentials.yml
settings.rb
2014-06-18 13:43:24 -06:00
/lib/.build