2011-02-01 09:57:29 +08:00
|
|
|
.rvmrc
|
|
|
|
.rdebug_hist
|
|
|
|
.DS_Store
|
2012-06-09 05:39:24 +08:00
|
|
|
.powrc
|
2011-02-01 09:57:29 +08:00
|
|
|
Gemfile.lock
|
|
|
|
log/*.log
|
|
|
|
log/*.pid
|
|
|
|
log/**/*
|
|
|
|
lib/tasks/deploy.rake
|
|
|
|
tmp/**/*
|
|
|
|
tmp/*
|
|
|
|
db/*.sqlite3
|
|
|
|
db/*.sqlite3-journal
|
|
|
|
db/*.sqlite
|
2011-02-11 07:21:12 +08:00
|
|
|
db/demo
|
2011-02-04 03:52:04 +08:00
|
|
|
config/GEM_HOME
|
2011-03-15 04:08:11 +08:00
|
|
|
config/*.yml
|
2012-06-02 07:13:53 +08:00
|
|
|
config/build.js
|
2011-02-01 09:57:29 +08:00
|
|
|
config/environments/*-local.rb
|
|
|
|
models.dot
|
|
|
|
db/*sql
|
|
|
|
db/development_structure.sql
|
|
|
|
db/schema.rb
|
|
|
|
noodle*
|
|
|
|
tmp_*
|
|
|
|
public/files/**/*
|
|
|
|
public/javascripts/cached/*
|
2011-08-04 02:48:57 +08:00
|
|
|
public/javascripts/translations/*
|
2011-12-14 04:23:07 +08:00
|
|
|
public/javascripts/compiled/*
|
|
|
|
public/javascripts/jst/*
|
2011-02-01 09:57:29 +08:00
|
|
|
public/stylesheets/compiled/*
|
|
|
|
public/stylesheets/compiled/**/*
|
|
|
|
public/stylesheets/cached/*
|
|
|
|
*.pid
|
|
|
|
vendor/cache/*mswin*.gem
|
|
|
|
vendor/cache
|
|
|
|
coverage
|
|
|
|
instructure_content
|
|
|
|
.idea/*
|
|
|
|
exports/*
|
|
|
|
.sass-cache
|
|
|
|
.bundle
|
|
|
|
public/*.gz
|
|
|
|
public/*/*.gz
|
|
|
|
public/*/*/*.gz
|
|
|
|
public/*/*/*/*.gz
|
|
|
|
public/*/*/*/*/*.gz
|
|
|
|
public/*/*/*/*/*/*.gz
|
|
|
|
public/*/*/*/*/*/*/*.gz
|
|
|
|
public/*/*/*/*/*/*/*/*.gz
|
|
|
|
public/*/*/*/*/*/*/*/*/*.gz
|
2012-01-21 05:42:48 +08:00
|
|
|
.*.sw?
|
2011-02-01 09:57:29 +08:00
|
|
|
public/assets/*
|
|
|
|
doc/plugins/*
|
2011-07-20 03:29:23 +08:00
|
|
|
public/doc/api/*
|
2011-11-22 04:23:01 +08:00
|
|
|
.yardoc/*
|
|
|
|
spec/javascripts/*Spec.js
|
|
|
|
spec/javascripts/*/*Spec.js
|
2012-03-14 07:15:35 +08:00
|
|
|
spec/javascripts/*/*/*Spec.js
|
|
|
|
spec/javascripts/helpers/
|
|
|
|
spec/javascripts/plugins/
|
|
|
|
spec/javascripts/runner.html
|
2011-11-11 00:31:45 +08:00
|
|
|
public/optimized
|
|
|
|
!node_modules
|
2012-02-25 02:51:17 +08:00
|
|
|
chromedriver.log
|
|
|
|
public/plugins/
|
2012-06-02 07:13:53 +08:00
|
|
|
public/javascripts/plugins/
|
2012-03-08 08:12:49 +08:00
|
|
|
app/coffeescripts/plugins/
|
|
|
|
app/views/jst/plugins/
|
2012-02-25 02:51:17 +08:00
|
|
|
app/stylesheets/plugins/
|
2012-03-14 07:15:35 +08:00
|
|
|
spec/coffeescripts/plugins/
|
2012-08-10 07:09:09 +08:00
|
|
|
branch_tools.rb
|
2012-11-09 14:05:11 +08:00
|
|
|
.rbenv-version
|