We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1963f23 + 54f5c94 commit 7636992Copy full SHA for 7636992
.gitignore
@@ -0,0 +1,47 @@
1
+# LaTeX intermediate files
2
+*.aux
3
+*.bbl
4
+*.blg
5
+*.brf
6
+*.idx
7
+*.ilg
8
+*.ind
9
+*.lof
10
+*.log
11
+*.lot
12
+*.nav
13
+*.out
14
+*.snm
15
+*.acn
16
+*.acr
17
+*.alg
18
+*.glg
19
+*.glo
20
+*.gls
21
+*.ist
22
+*.fls
23
+*.fdb_latexmk
24
+*.synctex.gz
25
+*.run.xml
26
+*.bcf
27
+*.vrb
28
+
29
+# Editors and IDEs
30
+# VSCode
31
+.vscode/
32
+*.code-workspace
33
+# LaTeX editor files (TeXShop, TeXworks, etc.)
34
+*.pdfsync
35
+*.synctex
36
+*.synctex(busy)
37
38
+# PDF files (usually generated as output)
39
+*.pdf
40
41
+# Backup files
42
+*~
43
+*.bak
44
+*.backup
45
+*.tmp
46
+*.swp
47
+*.swo
0 commit comments