forked from autolab/Autolab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (53 loc) · 879 Bytes
/
.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
# tmp files
log/
tmp/cache/
tmp/
!tmp/restart.txt
# Autolab configs
config/autogradeConfig.rb
assessmentConfig/
courseConfig/
config/environments/production.rb
coverage/
/courses/
/courses
config/database.yml
config/school.yml
config/lti_config.yml
config/lti_platform_jwk.json
config/lti_tool_jwk.json
config/smtp_config.yml
config/github_config.yml
config/oauth_config.yml
# Autolab user documents
app/views/home/_topannounce.html.erb
attachments/
doc/
storage/
out.txt
# compiled assets
public/images/CourseSubmissions.png
public/images/HourlySubmissions.png
public/assets/
public/stylesheets/
vendor/
# sqlite databases
db/autolab_development
db/autolab_test
db/*.sqlite3
# Mkdocs generated site
site/
# misc
*.swp
tags
.DS_Store
.idea/
.yardoc
.vscode/
.byebug_history
node_modules/
# Credentials
.env
# Rails credentials
config/master.key
config/credentials.yml.enc