46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
# What goes in this file:
|
|
# * local canvas configuration (db, ymls, overrides, etc.)
|
|
# * generated/cached stuff (docs, css, js, uploads, etc.)
|
|
#
|
|
# What does NOT go in this file
|
|
# * editor-related stuff
|
|
# * random scripts only used by you
|
|
# * env-specific stuff (e.g. .DS_Store)
|
|
# * pretty much any dotfile not already covered (e.g. .rvmrc)
|
|
#
|
|
# That's what .git/info/exclude and core.excludesfile are for :)
|
|
|
|
/.bundle/
|
|
/.yardoc/
|
|
/app/views/info/styleguide.html.erb
|
|
/config/*.yml
|
|
/config/build.js
|
|
/config/environments/*-local.rb
|
|
/db/schema.rb
|
|
/db/*.sqlite*
|
|
/db/*sql
|
|
/exports/
|
|
/Gemfile.lock
|
|
/log/
|
|
/public/app/
|
|
/public/assets/
|
|
/public/doc/api/
|
|
/public/javascripts/compiled/
|
|
/public/javascripts/jst/
|
|
/public/javascripts/translations/
|
|
/public/optimized/
|
|
/public/stylesheets/compiled/
|
|
/RAILS3
|
|
/spec/javascripts/
|
|
/tmp/
|
|
/vendor/plugins/rails_upgrade
|
|
|
|
# generated plugin stuff
|
|
/app/coffeescripts/plugins/
|
|
/app/stylesheets/plugins/
|
|
/app/views/jst/plugins/
|
|
/doc/plugins/
|
|
/public/javascripts/plugins/
|
|
/public/plugins/
|
|
/spec/coffeescripts/plugins/
|