Farmbot-Web-App/.gitignore

62 lines
886 B
Plaintext
Raw Normal View History

*.pem
2014-03-11 20:38:26 -06:00
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
2015-09-22 11:17:06 -06:00
npm-debug.log
*.log
2014-04-10 07:29:29 -06:00
log/*.log
2014-03-11 20:38:26 -06:00
# YARD artifacts
.yardoc
_yardoc
doc/
2014-04-10 07:30:40 -06:00
*.rbc
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
/public/assets/
/public/build/*
/public/js/*
2014-04-10 07:30:40 -06:00
2015-09-28 09:22:12 -06:00
2014-04-10 07:30:40 -06:00
## Environment normalisation:
/.bundle
/vendor/bundle
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
2014-06-10 07:37:28 -06:00
.rvmrc
# Ignore application configuration
/config/application.yml
.DS_Store
node_modules/
*journal
# SmarfDoc Documentation
api_docs.md
# RailsERD Output
erd.pdf
# Ignore frontend packages that are source related.
public/src
public/app
public/typings
public/node_modules
public/tools