Skip to content

Commit 09abde8

Browse files
committed
Updated .gitignore
1 parent 82e7781 commit 09abde8

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

.gitignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build/
2727
.git/
2828
.vercel
2929

30-
# Forbidden
30+
# Forbidden post entries
3131
/posts/entries/004-*.md
3232
/posts/entries/010-*.md
3333
/posts/entries/011-*.md
@@ -39,14 +39,20 @@ build/
3939
/posts/entries/018-*.md
4040
/posts/entries/019-*.md
4141

42+
# Media files
4243
*.mov
4344
*.mp3
4445

45-
/notes/courses/*/HW
46-
/notes/courses/*/Books
47-
/notes/courses/*/Exam
48-
/notes/courses/*/syllabus*
49-
50-
# Course
46+
# Forbidden course materials
47+
/notes/courses/*/*HW*
48+
/notes/courses/*/*Book*
49+
/notes/courses/*/*Exam*
50+
/notes/courses/*/*code*
51+
/notes/courses/*/*lecture*
52+
/notes/courses/*/*reading*
53+
/notes/courses/*/*exercise*
54+
/notes/courses/*/*syllabus*
55+
56+
# Hidden courses
5157
/notes/courses/FYSEM*
5258
/notes/courses/EXPOS*

js/mathjax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ window.MathJax = {
1212
C: "\\mathbb{C}",
1313
X: "\\mathbb{X}",
1414
M: "\\mathcal{M}",
15+
E: "\\mathbb{E}",
1516
im: "\\text{im}",
1617
rank: "\\text{rank}",
1718
Span: "\\text{span}",

0 commit comments

Comments
 (0)