72 lines
1.6 KiB
Plaintext
72 lines
1.6 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/coffeescripts/ember/*/main.coffee
|
|
/app/views/info/styleguide.html.erb
|
|
app/stylesheets/_brandable_variables_defaults_autogenerated.scss
|
|
app/stylesheets/brandable_css_brands
|
|
/config/*.yml
|
|
/config/build.js
|
|
/config/environments/*-local.rb
|
|
/config/locales/generated/
|
|
/config/RAILS4
|
|
/coverage/
|
|
/db/schema.rb
|
|
/db/*.sqlite*
|
|
/db/*sql
|
|
/exports/
|
|
Gemfile.lock
|
|
Gemfile.lock2
|
|
Gemfile.lock3
|
|
Gemfile.lock4
|
|
/log/
|
|
/node_modules
|
|
/public/dist/
|
|
/public/doc/api/
|
|
/public/javascripts/compiled/
|
|
/public/javascripts/jst/
|
|
/public/javascripts/jsx/
|
|
/public/javascripts/translations/
|
|
/public/javascripts/**/*.gz
|
|
/public/optimized/
|
|
/public/vendor/tinymce_themes/**/*.gz
|
|
/spec/javascripts/compiled/
|
|
/spec/javascripts/requirejs_config.js
|
|
/spec/javascripts/runner.html
|
|
/spec/javascripts/tests.js
|
|
/tmp/
|
|
/vendor/plugins/rails_upgrade
|
|
npm-debug.log
|
|
mkmf.log
|
|
/vendor/bundle
|
|
|
|
# generated plugin stuff
|
|
/app/coffeescripts/plugins/
|
|
/app/stylesheets/plugins/
|
|
/app/views/jst/plugins/
|
|
/public/javascripts/plugins/
|
|
/public/plugins/
|
|
/spec/coffeescripts/plugins/
|
|
/spec/plugins/
|
|
|
|
# generated client app stuff
|
|
/public/javascripts/client_apps/
|
|
|
|
# remove this once we move jquery into bower
|
|
/public/javascripts/bower/jquery/
|
|
|
|
# canvas-gems
|
|
/gems/*/coverage
|
|
/gems/*/tmp
|