-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
110 lines (95 loc) · 1.47 KB
/
.gitignore
File metadata and controls
110 lines (95 loc) · 1.47 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.DS_Store
Thumbs.db
~*
# CSS Compilation
node_modules/
_support/styles/snap-manual.css
_support/styles/*.map
# Basic Python-y things
env/
# JupyterBook
_build
# MyST PDF output (configured in myst.yml exports)
output/
# Compiled Python Output
# Mostly used for block pages, which use Jupyter envs.
# Commited for now, just to speed up publishing time.
# _freeze
# Quarto
/env/
_book
.quarto/
.quarto
.jupyter_cache
*.quarto_ipynb
*_files/
# The final Snap! manual compiled.
snap-manual.tex
# JupyterBook 2 Compilations
snap-manual_pdf_logs/
snap-manual_pdf_tex/
# Custom Index Rendering Files.
_index_entries.txt
# Temporary rendering files.
# This seems like a giant hack... investigate later.
*.synctex*
index.pdf
index.tex
index.html
0*/**/*.pdf
0*/**/*.tex
0*/**/*.html
1*/**/*.pdf
1*/**/*.tex
1*/**/*.html
2*/**/*.pdf
2*/**/*.tex
2*/**/*.html
3*/**/*.pdf
3*/**/*.tex
3*/**/*.html
4*/**/*.pdf
4*/**/*.tex
4*/**/*.html
5*/**/*.pdf
5*/**/*.tex
5*/**/*.html
6*/**/*.pdf
6*/**/*.tex
6*/**/*.html
7*/**/*.pdf
7*/**/*.tex
7*/**/*.html
8*/**/*.pdf
8*/**/*.tex
8*/**/*.html
9*/**/*.pdf
9*/**/*.tex
9*/**/*.html
appendix/**/*.pdf
appendix/**/*.tex
appendix/**/*.html
blocks/**/*.pdf
blocks/**/*.tex
blocks/**/*.html
site_libs/
# LaTex Complication Messes
*.aux
*.log
*.toc
*.idx
*.ilg
*.ind
*.out
*.xdv
*.fdb_latexmk
*.fls
*.synctex.gz
# Conversion
conversion/chapters/*
!conversion/figures/.gitkeep
/.luarc.json
# Utils while building...
_index_entries.txt
index-list.quarto_ipynb
/.quarto/