forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (45 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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
/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/runner.html
/spec/javascripts/compiled/
/tmp/
/vendor/plugins/rails_upgrade
# generated plugin stuff
/app/coffeescripts/plugins/
/app/stylesheets/plugins/
/app/views/jst/plugins/
/public/javascripts/plugins/
/public/plugins/
/spec/coffeescripts/plugins/
/spec/plugins/