forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
95 lines (86 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# 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/
.byebug_history
.env
.mutagen
/.yardoc/
/.ruby-version
/app/views/info/styleguide.html.erb
/config/*.yml
/config/credentials.yml.enc
!/config/credentials.test.yml
!/config/crystalball.yml
/config/environments/*-local.rb
/config/locales/generated/
/config/RAILS6_1
/coverage/
/coverage-js/
/db/schema.rb
/db/*.sqlite*
/db/*sql
docker-compose.override.yml
/exports/
Gemfile.lock
Gemfile.lock.next
/log/*
!/log/.keep
!/log/parallel-runtime-rspec.log
mkmf.log
/node_modules
npm-debug.log
/public/dist/
/public/doc/api/
/public/javascripts/translations/
/storybook-static/
/tmp/*
!/tmp/.keep
/vendor/bundle/
/vendor/cache/
yarn-error.log
# canvas-gems
/gems/*/coverage
/gems/*/tmp
/gems/*/node_modules
/gems/plugins/*
!/gems/plugins/academic_benchmark/
!/gems/plugins/account_reports/
!/gems/plugins/moodle_importer/
!/gems/plugins/qti_exporter/
!/gems/plugins/respondus_soap_endpoint/
!/gems/plugins/simply_versioned/
# user docker compose overrides
docker-compose.local.*
# experimental api gateway config
docker-compose/api-gateway.override.yml
# sub-packages
/packages/*/node_modules
/packages/*/es
/packages/*/lib
/packages/*/coverage/
/packages/*/coverage-js/
/packages/canvas-planner/.babel-cache
# pact artifacts
/reports/
/pacts/
# generated scopes
/lib/api_scope_mapper.rb
# generated scopes markdown
/doc/api/api_token_scopes.md
# js coverage stuff
.nyc_output
coverage-jest
coverage-karma
# generated graphql schema
schema.graphql
# Ignore master key for decrypting credentials and more.
/config/master.key